#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
How can I read and write comma-delimited text?
Explain which function in c can be used to append a string to another string?
Define the scope of static variables.
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What is the difference between single charater constant and string constant?
What is the significance of c program algorithms?
What is scope rule in c?
Explain what header files do I need in order to define the standard library functions I use?
What are the uses of a pointer?
How can I pad a string to a known length?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Explain what is the difference between the expression '++a' and 'a++'?
Explain how can I avoid the abort, retry, fail messages?
What are header files and what are its uses in C programming?