#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
What are the two types of functions in c?
What is a double c?
Is register a keyword in c?
Is c++ based on c?
What does main () mean in c?
Why should I prototype a function?
What is the difference between call by value and call by reference in c?
Do pointers take up memory?
What are the 4 types of functions?
What does volatile do?
Do you have any idea how to compare array with pointer in c?
how many key words availabel in c a) 28 b) 31 c) 32
What is the purpose of macro in C language?
Which programming language is best for getting job 2020?
How can I do serial ("comm") port I/O?