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
How many loops are there in c?
What does %2f mean in c?
What is pointer & why it is used?
What is the significance of c program algorithms?
What does it mean when a pointer is used in an if statement?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What are the types of c language?
Implement bit Array in C.
What are 'near' and 'far' pointers?
Explain the bubble sort algorithm.
What do you mean by command line argument?
What is getch?
Why c is called top down?
What is static volatile in c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc