Answer Posted / vijay
Its used to select the part of program to the execution
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
#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); }
Does c have class?
Differentiate between static and dynamic modeling.
What is hash table in c?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Can static variables be declared in a header file?
Write a code to generate divisors of an integer?
What is typedef example?
Explain what are reserved words?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Explain how does flowchart help in writing a program?
Can one function call another?
How can I invoke another program or command and trap its output?
Do you know pointer in c?
Why do we use header files in c?