what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / nitin sharma
ans 1 2
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Why n++ execute faster than n+1 ?
Explain what is the stack?
What is header file definition?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Which function in C can be used to append a string to another string?
what are the advantages of a macro over a function?
What are the 3 types of structures?
Why is c so important?
What is c value paradox explain?
What is return type in c?
What is meant by inheritance?
Differentiate between null and void pointers.
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What are the different properties of variable number of arguments?
What is "Duff's Device"?