what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / sundar
what input to give that number can display
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Write a program to show the change in position of a cursor using c
Differentiate between a structure and a union.
What does typedef struct mean?
What are header files why are they important?
What are the types of data files?
Is c compiled or interpreted?
Without Computer networks, Computers will be half the use. Comment.
Write a code to generate divisors of an integer?
Why void is used in c?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Explain indirection?
Explain how can I convert a string to a number?
Why is sizeof () an operator and not a function?
What is nested structure in c?
Is main is a keyword in c?