#include<stdio.h> void main() { int a=10,b=20,c=30;
printf("%d",scanf("%d%d%d",&a,&b,&c)); }
what is the output for this?
Answer Posted / muthuveerappan
3
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
praagnovation
What is pointer to pointer in c with example?
What does s c mean on snapchat?
What are the 4 data types?
What do you mean by a sequential access file?
What are types of preprocessor in c?
Explain 'bit masking'?
How arrays can be passed to a user defined function
What are the different types of errors?
Can we change the value of constant variable in c?
What do you mean by Recursion Function?
What does struct node * mean?
what is a function method?give example?
What is data structure in c and its types?
What is array of structure in c?