what is the output for this question:
main()
{
int i=1;
printf("%d%d%d",i,i++,++i);
}
Answer Posted / girish
1,1,3
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What are the features of c languages?
Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80
Differentiate Source Codes from Object Codes
What is call by reference in functions?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What are the 5 data types?
Write a program to print numbers from 1 to 100 without using loop in c?
Why is c called c?
What is pivot in c?
The difference between printf and fprintf is ?
How can this be legal c?
What is a good data structure to use for storing lines of text?
Should a function contain a return statement if it does not return a value?
What are the differences between new and malloc in C?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.