what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / suraj verma
It will return number of arguments taken
by scanf function which is two in this case
& the other value can be any garbage value.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why does not c have an exponentiation operator?
List some of the static data structures in C?
how we can make 3d venturing graphics on outer interface
Explain how can you determine the size of an allocated portion of memory?
Do you know the use of fflush() function?
Add Two Numbers Without Using the Addition Operator
What is character set?
Why c is known as a mother language?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Tell me can the size of an array be declared at runtime?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is output redirection?
Are there namespaces in c?
What is a nested formula?
What are the uses of null pointers?