what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / vaibhav
the output will be
2(no. of inputs) <last number entered>
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How will you divide two numbers in a MACRO?
please explain every phase in the "SDLC" in the dotnet.
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is putchar() function?
Describe explain how arrays can be passed to a user defined function
What extern c means?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is c basic?
What is a rvalue?
Write a program to print “hello world” without using semicolon?
Why does notstrcat(string, "!");Work?
What happens if you free a pointer twice?
what are enumerations in C
Explain what happens if you free a pointer twice?