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 return type of sizeof?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
what are the 10 different models of writing an addition program in C language?
What is function prototype?
Is int a keyword in c?
What is your stream meaning?
What is c preprocessor mean?
Can you subtract pointers from each other? Why would you?
What are the advantages of using new operator as compared to the function malloc ()?
What is the size of a union variable?
Can we declare variables anywhere in c?
What are the string functions? List some string functions available in c.
What is header file in c?
Are there any problems with performing mathematical operations on different variable types?
When a c file is executed there are many files that are automatically opened what are they files?