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 C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Write a program to check whether a number is prime or not using c?
What is the size of enum in c?
how to write optimum code to divide a 50 digit number with a 25 digit number??
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is array of structure in c?
Is there a way to jump out of a function or functions?
Where are the auto variables stored?
What is difference between structure and union with example?
What is the difference between struct and typedef struct in c?
What is #include called?
What is meant by operator precedence?
How many types of arrays are there in c?
Why is c used in embedded systems?