What is Your Name :)
What is malloc() function?
what is use of malloc and calloc?
What is the meaning of typedef struct in c?
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
Write a program to print the prime numbers from 1 to 100?
What compilation do?
7 Answers Geometric Software, Infosys,
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
How do you initialize function pointers? Give an example?
What is #define in c?
Explain union.
Compare array data type to pointer data type
Q. where is the below variables stored ? - volatile, static, register