What are header files and explain what are its uses in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
wats SIZE_T meant for?
What is extern keyword in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
how to use enum datatype?Please explain me?
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
Which is the best website to learn c programming?