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 / vint
Answer b and d are Correct.
b.a=b=c=d=0;
d.int a;
float b;
a=b=3.5;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you sort filenames in a directory?
What are c header files?
What is void main ()?
What is property type c?
How do you list a file’s date and time?
What is the concatenation operator?
Implement bit Array in C.
Explain what is the heap?
What is the most efficient way to count the number of bits which are set in an integer?
What is hashing in c language?
Why c is called object oriented language?
What are derived data types in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Explain how can I prevent another program from modifying part of a file that I am modifying?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.