What does the error message "DGROUP exceeds 64K" mean?
What is this pointer in c plus plus?
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
What are dynamically linked and statically linked libraries?
explain about storage of union elements.
Is c easier than java?
What is a scope resolution operator in c?
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
why do some people write if(0 == x) instead of if(x == 0)?
what is the use of a array in c
write a program to concatenation the string using switch case?