Where are c variables stored in memory?
No Answer is Posted For this Question
Be the First to Post Answer
compare array with pointer?
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
What is the difference between constant pointer and constant variable?
What is c preprocessor mean?
What is volatile
What are header files why are they important?
How to print India by nested loop? I IN IND INDI INDIA
What is strcpy() function?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is function pointer and where we will use it
what does exit() do?
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?