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

Answer Posted / sundar

what input to give that number can display

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1488


What are the different properties of variable number of arguments?

933


How can I read data from data files with particular formats?

841


Why is c so important?

806


What is chain pointer in c?

814


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

1050


What is this infamous null pointer, anyway?

812


Is printf a keyword?

1002


Explain built-in function?

883


Explain what is dynamic data structure?

918


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2561


What does typeof return in c?

870


How to set file pointer to beginning c?

940


What is pass by reference in c?

894


what is the difference between 123 and 0123 in c?

971