#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
How many types of functions are there in c?
What does s c mean on snapchat?
Where does the name "C" come from, anyway?
How do we open a binary file in Read/Write mode in C?
what is recursion in C
What is volatile keyword in c?
Do you know the purpose of 'register' keyword?
What is const and volatile in c?
Explain which function in c can be used to append a string to another string?
What tq means in chat?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is the difference between variable declaration and variable definition in c?
Is c pass by value or reference?
Explain a pre-processor and its advantages.
Why header file is used in c?