What is "Hungarian Notation"?
What is the difference between union and structure in c?
What is the return type of sizeof?
What is the difference between pure virtual function and virtual function?
What's a good way to check for "close enough" floating-point equality?
What is a null string in c?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
What is the difference between single charater constant and string constant?
can we write a c program with out using main
wtite a program that will multiply two integers in recursion function
Is stack a keyword in c?
what is void pointer?
What do you mean by dynamic memory allocation in c? What functions are used?