what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / nani
The result of this program will be:
you have to enter two int numbers
output : 2 <the last number entered>
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Under what circumstances does a name clash occur?
What are c identifiers?
What is pivot in c?
Explain the properties of union.
Explain how do you determine the length of a string value that was stored in a variable?
What the advantages of using Unions?
How can I do serial ("comm") port I/O?
Array is an lvalue or not?
Explain what is the benefit of using #define to declare a constant?
will u please send me the placement papers to my mail???????????????????
What is the code in while loop that returns the output of given code?
Which one would you prefer - a macro or a function?
define string ?
How do I swap bytes?
What is a program flowchart and how does it help in writing a program?