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
What is hungarian notation? Is it worthwhile?
What does *p++ do? What does it point to?
What is the use of pointers in C?
What does the message "automatic aggregate intialization is an ansi feature" mean?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
Define recursion in c.
What is #include conio h?
Why is python slower than c?
Explain the difference between structs and unions in c?
What are the types of data structures in c?
how to write a c program to print list of fruits in alpabetical order?
What is p in text message?
Do you have any idea about the use of "auto" keyword?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What is data structure in c language?