what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / vantees
First of all, we need to give two integer number as input.Since scanf return the no of arguments passed to it, except format specifier.So out is: 2,unknown value
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
Can a program have two main functions?
Explain how can I convert a string to a number?
What is a keyword?
how to build a exercise findig min number of e heap with list imlemented?
Why c is known as a mother language?
Why we not create function inside function.
Explain pointers in c programming?
write a programming in c to find the sum of all elements in an array through function.
Whats s or c mean?
How do you define CONSTANT in C?
Explain function?
can any one provide me the notes of data structure for ignou cs-62 paper
What is a static function in c?
What is c method?
Why main function is special give two reasons?