what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}

Answer Posted / hari

without entering the values the output will not be
displayed.
no output

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

1069


Where register variables are stored in c?

775


What is abstract data structure in c?

791


What does the file stdio.h contain?

836


Why do some versions of toupper act strangely if given an upper-case letter?

866


Is there any data type in c with variable size?

878


When should you not use a type cast?

907


Write a program that accept anumber in words

1503


Which is more efficient, a switch statement or an if else chain?

794


Write a program of advanced Fibonacci series.

922


4. main() { int c=- -2; printf("c=%d",c); }

1590


What is binary tree in c?

872


Explain how do you use a pointer to a function?

877


What is sizeof int?

867


Write a program to swap two numbers without using third variable in c?

896