what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / anonymous
If u give the input as
1
2
then the output wil be
2
2
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Write a program to print fibonacci series without using recursion?
When is a void pointer used?
Explain how do you determine a file’s attributes?
How can a number be converted to a string?
What does void main () mean?
What is main () in c language?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
How do we make a global variable accessible across files? Explain the extern keyword?
What is table lookup in c?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What is the difference between volatile and const volatile?
What are global variables and explain how do you declare them?
What is meant by high-order and low-order bytes?
What is difference between static and global variable in c?
I need a sort of an approximate strcmp routine?