all c language question


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Can main () be called recursively?

0 Answers  


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

0 Answers   Wilco,


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


What is a pragma?

0 Answers  


Explain how can I avoid the abort, retry, fail messages?

0 Answers  






How do you list files in a directory?

0 Answers  


what is printf

5 Answers   MVSR, Satyam,


What is the difference between memcpy and memmove?

0 Answers  


Give me the code of in-order recursive and non-recursive.

0 Answers   DELL,


What is null pointer in c?

0 Answers  


What language is windows 1.0 written?

0 Answers  


What is the scope of static variables in c language?

0 Answers  


Categories