void main()
{
int i=5;
printf("%d",i+++++i);
}
Answer Posted / ashvin solanki (srimca college
There will be a compilation error .....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the translation phases used in c language?
What are the different types of data structures in c?
Give basis knowledge of web designing ...
What is the benefit of using #define to declare a constant?
What is pointer to pointer in c with example?
What is use of null pointer in c?
What is unary operator?
What are the advantages and disadvantages of pointers?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What are the advantages of the functions?
What does %d do?
What is the difference between a free-standing and a hosted environment?
What are enums in c?
What is the best organizational structure?
What is the difference between procedural and declarative language?