which header file contains main() function in c?
Answer Posted / raj
pls without knowing correct ans dont provide any wrong ans......
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Combinations of fibanocci prime series
What does the format %10.2 mean when included in a printf statement?
How would you rename a function in C?
Can a file other than a .h file be included with #include?
What is null pointer constant?
What are high level languages like C and FORTRAN also known as?
How can I read data from data files with particular formats?
How many levels of indirection in pointers can you have in a single declaration?
What are the features of c language?
Is struct oop?
Write a code of a general series where the next element is the sum of last k terms.
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
what are the 10 different models of writing an addition program in C language?
Who is the founder of c language?
#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); }