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
Explain how can I write functions that take a variable number of arguments?
What is dynamic variable in c?
Why clrscr is used in c?
What are the types of c language?
What are the characteristics of arrays in c?
Explain zero based addressing.
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
How can a program be made to print the line number where an error occurs?
What does printf does?
Place the #include statement must be written in the program?
What is the use of void pointer and null pointer in c language?
What are the different types of C instructions?
How many data structures are there in c?
What is break in c?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix