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
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
What are the different properties of variable number of arguments?
How can I read data from data files with particular formats?
Why is c so important?
What is chain pointer in c?
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 ?
What is this infamous null pointer, anyway?
Is printf a keyword?
Explain built-in function?
Explain what is dynamic data structure?
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.
What does typeof return in c?
How to set file pointer to beginning c?
What is pass by reference in c?
what is the difference between 123 and 0123 in c?