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
Sir i need notes for structure,functions,pointers in c language can you help me please
What is stack in c?
please give code for this 1 2 4 7 11 16
Can you return null in c?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is the meaning of int *x[]();?
What are the advantages of the functions?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
Why is c called c?
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
How to print "Hi World" without using semi colon?
Is fortran faster than c?