What is the mean of this statement::
if(int i=0 * i=9)
Answer Posted / chevuru
This is not legal. it will result in l-value error
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What is the difference between procedural and declarative language?
Dont ansi function prototypes render lint obsolete?
What is the method to save data in stack data structure type?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What are actual arguments?
Why structure is used in c?
How do you initialize pointer variables?
What is const volatile variable in c?
Is a house a shell structure?
Why shouldn’t I start variable names with underscores?
What does s c mean in text?
What are the rules for identifiers in c?
Define Array of pointers.