void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}
Answer Posted / swetha
232
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
what is the syallabus of computer science students in group- 1?
What is the process to create increment and decrement stamen in c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Does c have circular shift operators?
Describe newline escape sequence with a sample program?
Can we use any name in place of argv and argc as command line arguments?
Can you think of a logic behind the game minesweeper.
How do you define a string?
difference between object file and executable file
i got 75% in all semester am i eligible for your company
How can variables be characterized?
What are predefined functions in c?
What is typedef struct in c?
What are valid operations on pointers?