identify the in correct expression
a.a=b=3=4;
b.a=b=c=d=0;
float a=int b=3.5;
d.int a;
float b;
a=b=3.5;
Answer Posted / guest
a u cannot have a constant at the left side of assignment
operator
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Write a program to know whether the input number is an armstrong number.
What is c standard library?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
How important is structure in life?
What is main return c?
What is array in c with example?
What does 3 periods mean in texting?
difference between object file and executable file
What is the difference between a free-standing and a hosted environment?
In a switch statement, explain what will happen if a break statement is omitted?
What does the message "automatic aggregate intialization is an ansi feature" mean?
How can I insert or delete a line (or record) in the middle of a file?
I have seen function declarations that look like this
What is a char in c?
Write a c program to demonstrate character and string constants?