What is huge pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Explain what is a const pointer?
What is wrong with this initialization?
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
What extern c means?
to find the closest pair
I came across some code that puts a (void) cast before each call to printf. Why?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
to get a line of text and count the number of vowels in it
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
18 Answers Acropolis, HCL, Intel, TCS,