What is the use of gets and puts?
No Answer is Posted For this Question
Be the First to Post Answer
Describe the header file and its usage in c programming?
ABCDCBA ABC CBA AB BA A A
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
how to swap 4 number without using temporary number?
What is the purpose of & in scanf?
What is unary operator?
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Explain how can you check to see whether a symbol is defined?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
char *p="name"; printf(p);
What is void pointers in c?