Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / ananya
what is the right answer?
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Why doesnt long int work?
What is zero based addressing?
How can you restore a redirected standard stream?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Is c a great language, or what?
Difference between macros and inline functions? Can a function be forced as inline?
How do you convert strings to numbers in C?
how many key words availabel in c a) 28 b) 31 c) 32
Write a program to check palindrome number in c programming?
How can I use a preprocessorif expression to ?
#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); }
Why doesnt this code work?
What is the c language function prototype?
Describe how arrays can be passed to a user defined function
what are # pragma staments?