what is the output of
printf("%d",(scanf("%d",10));
Answer Posted / karna
answer is 1.because it counts how many numbers are given as input
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is sizeof in c?
What are the loops in c?
What does do in c?
What is difference between structure and union in c programming?
What is a method in c?
What will the preprocessor do for a program?
Can we declare function inside main?
#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 is a program flowchart and explain how does it help in writing a program?
What is character constants?
What is typedef example?
Why is C language being considered a middle level language?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What is the importance of c in your views?
What is extern storage class in c?