What are compound statements?
No Answer is Posted For this Question
Be the First to Post Answer
name the language for writing c compiler?
What is advantage of pointer in c?
extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }
why array index always starts from zero??
why do we use pointer instead directly acessing the data?
What is the most efficient way to count the number of bits which are set in a value?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Explain in detail how strset (string handling function works )pls explain it with an example.
what is the basis for selection of arrays or pointers as data structure in a program
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What is the right way to use errno?
In C programming, how do you insert quote characters (‘ and “) into the output screen?