what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / hari
without entering the values the output will not be
displayed.
no output
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is a c token and types of c tokens?
Explain what is wrong with this program statement?
Explain what is operator promotion?
Is array a primitive data type in c?
What is variable initialization and why is it important?
Explain what does the function toupper() do?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Why n++ execute faster than n+1 ?
please send me the code for multiplying sparse matrix using c
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
List some applications of c programming language?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is sizeof array in c?
Was 2000 a leap year?
Simplify the program segment if X = B then C ← true else C ← false