what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / tasneemuddin
The result of this program will be:
you have to enter two int numbers
output : 2 <the last number entered>
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Which control loop is recommended if you have to execute set of statements for fixed number of times?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is pointer to pointer in c?
What does d mean?
How arrays can be passed to a user defined function
The difference between printf and fprintf is ?
What are the features of c languages?
What is the difference between variable declaration and variable definition in c?
What are the difference between a free-standing and a hosted environment?
Explain what is output redirection?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is volatile variable in c?
What is a program flowchart and how does it help in writing a program?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?