Where static variables are stored in memory in c?
No Answer is Posted For this Question
Be the First to Post Answer
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
What is difference between main and void main?
how to print value of e(exp1)up to required no of digits after decimal?
how many key words availabel in c a) 28 b) 31 c) 32
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
largest Of three Number using without if condition?
What is meant by type casting?
For what purpose null pointer used?
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
What is the purpose of Scanf Print, getchar, putchar, function?
What are the different properties of variable number of arguments?
how can we use static and extern?and where can we use this?