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
What are unions in c?
What is operator promotion?
What are pointers really good for, anyway?
Write a program to use switch statement.
What is string constants?
What Is The Difference Between Null And Void Pointer?
What is the value of c?
What language is c written?
What is && in c programming?
What are the three constants used in c?
What is difference between array and structure in c?
Can you write the function prototype, definition and mention the other requirements.
How a string is stored in c?
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
What are structural members?