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


Please Help Members By Posting Answers For Below Questions

What is the use of gets and puts?

778


What are the different types of C instructions?

987


Write a program for Overriding.

919


a c code by using memory allocation for add ,multiply of sprase matrixes

2537


What is the advantage of using #define to declare a constant?

855


What is graph in c?

816


Explain how do you search data in a data file using random access method?

908


How do you define a function?

787


Do pointers take up memory?

857


can any one provide me the notes of data structure for ignou cs-62 paper

1909


Can you write the algorithm for Queue?

1759


What is c value paradox explain?

800


What is cohesion and coupling in c?

797


What is character constants?

903


Is null equal to 0 in sql?

870