what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / shahzad
first variable is used to print the no of inputs and
remaining r used to print the values from the last
i.e.third second first.........so on..
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the use of gets and puts?
What are the different types of C instructions?
Write a program for Overriding.
a c code by using memory allocation for add ,multiply of sprase matrixes
What is the advantage of using #define to declare a constant?
What is graph in c?
Explain how do you search data in a data file using random access method?
How do you define a function?
Do pointers take up memory?
can any one provide me the notes of data structure for ignou cs-62 paper
Can you write the algorithm for Queue?
What is c value paradox explain?
What is cohesion and coupling in c?
What is character constants?
Is null equal to 0 in sql?