#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 / aswanth
-1
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the disadvantages of a shell structure?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What are the types of pointers?
Is c is a middle level language?
When should volatile modifier be used?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What is the difference between a free-standing and a hosted environment?
What is the general form of #line preprocessor?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What does malloc () calloc () realloc () free () do?
code for replace tabs with equivalent number of blanks
What is a lvalue
Is it possible to use curly brackets ({}) to enclose single line code in c program?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What is the acronym for ansi?