#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 / magesh
0
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is a floating point in c?
How to write a multi-statement macro?
How can a program be made to print the line number where an error occurs?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
How can you access memory located at a certain address?
What is pointer to pointer in c language?
What is the best style for code layout in c?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is line in c preprocessor?
Why is main function so important?
Explain about the functions strcat() and strcmp()?
What is the use of f in c?
What are volatile variables in c?
What are the different types of endless loops?
What is boolean in c?