Do pointers store the address of value or the actual value of a variable?
Explain what is gets() function?
List out few of the applications that make use of Multilinked Structures?
How can you restore a redirected standard stream?
What is function definition in c?
write a program to print the one dimensional array.
What are operators in c?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is a C array and illustrate the how is it different from a list.
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
what is the function of void main()?
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?