what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / nani
The result of this program will be:
you have to enter two int numbers
output : 2 <the last number entered>
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a MAC Address?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What are the 4 types of organizational structures?
Explain how does free() know explain how much memory to release?
What is nested structure?
What does s c mean in text?
Differentiate between Macro and ordinary definition.
What is difference between main and void main?
How can I read and write comma-delimited text?
Explain spaghetti programming?
Tell us the use of fflush() function in c language?
List some basic data types in c?
What is a sequential access file?
What are directives in c?
What does 3 periods mean in texting?