Which is the memory area not included in C program? give the
reason
No Answer is Posted For this Question
Be the First to Post Answer
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
what will be the output: main(){char ch;int a=10;printf("%d",ch);}
36 Answers Accenture, TCS, Wipro,
What are header files? What are their uses?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
errors in computer programmes are called
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,
What are signals in C?
What is use of pointer?
What are the different types of pointers used in c language?
write a prgram of swapping with 2 valiables
what is the size of an integer variable?
Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations