what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / anitha
0 0
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What math functions are available for integers? For floating point?
What are c identifiers?
What is s in c?
Can you tell me how to check whether a linked list is circular?
I have a varargs function which accepts a float parameter?
In a switch statement, explain what will happen if a break statement is omitted?
Is there a built-in function in C that can be used for sorting data?
Explain bitwise shift operators?
What is a void pointer? When is a void pointer used?
What happens if a header file is included twice?
What is fflush() function?
What's the total generic pointer type?
Write a program to reverse a given number in c?
what are the facialities provided by you after the selection of the student.
Is printf a keyword?