What is the difference between malloc calloc and realloc in c?
What's the total generic pointer type?
Why do we need functions in c?
What is an example of structure?
how to make program without <> in libray.
What is the size of enum in bytes?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
given post order,in order construct the corresponding binary tree
what is the difference between unix os and linux os
What is #include called?
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
Can a pointer be volatile in c?
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,