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 purpose of main( ) in c language?
What do you mean by dynamic memory allocation in c?
How are Structure passing and returning implemented by the complier?
How many types of operators are there in c?
How will you divide two numbers in a MACRO?
Why do we use static in c?
Write a simple code fragment that will check if a number is positive or negative.
Is there a way to switch on strings?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is return in c programming?
What does the error message "DGROUP exceeds 64K" mean?
What does a pointer variable always consist of?
What are comments and how do you insert it in a C program?
What are 3 types of structures?
Write a program of advanced Fibonacci series.