void main()
{
int i=5;
printf("%d",i+++++i);
}
Answer Posted / basha
error: invalid lvalue in increment
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is the use of ?: Operator?
Are negative numbers true in c?
What is difference between && and & in c?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Write the syntax and purpose of a switch statement in C.
What is oops c?
Explain what is a 'locale'?
What is calloc() function?
What do you mean by recursion in c?
Can we change the value of #define in c?
How does normalization of huge pointer works?
How do you print only part of a string?
What is time null in c?
What is the use of extern in c?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.