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 / mohmedali
a. a=b=3=4;
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Write programs for String Reversal & Palindrome check
Should a function contain a return statement if it does not return a value?
What is New modifiers?
Which programming language is best for getting job 2020?
What is the difference between fread and fwrite function?
Explain the priority queues?
What is a method in c?
Write a program which returns the first non repetitive character in the string?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Explain how can I open a file so that other programs can update it at the same time?
Explain enumerated types.
Which function in C can be used to append a string to another string?
Can we initialize extern variable in c?
Why is python slower than c?
Explain what is the benefit of using const for declaring constants?