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
Is c is a low level language?
What are the types of operators in c?
How can you restore a redirected standard stream?
What is the difference between declaring a variable and defining a variable?
Can math operations be performed on a void pointer?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is static and volatile in c?
What tq means in chat?
what is the different bitween abap and abap-hr?
What is a constant and types of constants in c?
How can I read and write comma-delimited text?
What is the best way to store flag values in a program?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is volatile variable how do you declare it?
Can 'this' pointer by used in the constructor?