9.how do you write a function that takes a variable number
of arguments? What is the prototype of printf () function?
10.How do you access command-line arguments?
11.what does ‘#include<stdio.h>’ mean?
12.what is the difference between #include<> and #include”…”?
13.what are # pragma staments?
14.what is the most appropriate way to write a
multi-statement macro?
Answer Posted / vid
145
1!=1,4!=24,5!=120
1+24+120=145
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is getch() function?
Why pointers are used in c?
What is use of null pointer in c?
What is ctrl c called?
Define Spanning-Tree Protocol (STP)
What is a pointer in c plus plus?
What is return type in c?
What are the types of unary operators?
what are non standard function in c
What are the properties of union in c?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
How can you pass an array to a function by value?
What is meant by type casting?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is atoi and atof in c?