what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / anitha
0 0
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Is multithreading possible in c?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is your stream meaning?
What is the easiest sorting method to use?
Write a code to generate a series where the next element is the sum of last k terms.
What is a structural principle?
What is the difference between char array and char pointer?
Why do we use & in c?
how do you programme Carrier Sense Multiple Access
Why do we use null pointer?
What are loops c?
How is a macro different from a function?
Explain what is meant by high-order and low-order bytes?
What is exit() function?
List the difference between a While & Do While loops?