main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / chitaranjan barik
Main() is a predefined
function,because it's
prototype,call function,
returning val -all these
parameters only kown
to compile,not to
user.but we can use it
as user defined by
specifying our own
parameter
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is 1f in c?
#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); }
What are the Advantages of using macro
Explain what is page thrashing?
What is the purpose of realloc()?
can we implement multi-threads in c.
Define VARIABLE?
Why we use break in c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is #define?
How to implement a packet in C
What is an array? What the different types of arrays in c?
What are the types of variables in c?
can we change the default calling convention in c if yes than how.........?
What is union in c?