i'm writing this code in turbo c++ compiler
Code:#include<stdio.h> #include<conio.h> void main() { clrscr(); char huge *j; printf("%d",sizeof(j)); getch(); } OUTPUT 4
what is this 'huge' qualifier.the only thing i know that it is related to memory model.
plz help soon



LinkBack URL
About LinkBacks



