main()
{
int a;
a=++100;
printf("%d",a);
getch();
}
Answer Posted / shar
Error, LValue required
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Is there any possibility to create customized header file with c programming language?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
explain what is an endless loop?
What is the general form of function in c?
What is the difference between a function and a method in c?
What is the meaning of typedef struct in c?
What is #define size in c?
i got 75% in all semester am i eligible for your company
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Explain how does free() know explain how much memory to release?
How can I open a file so that other programs can update it at the same time?
What are header files? What are their uses?
Explain can static variables be declared in a header file?
Tell us something about keyword 'auto'.
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if