Find errors
(1) m = ++a*5;
(2) a = b ++ -c*2;
(3)y = sqrt (1000);
Answer Posted / renu
m will be error because the increment should be done before
the assignment symbol.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is a function method?give example?
what are bit fields? What is the use of bit fields in a structure declaration?
How can a number be converted to a string?
How can I make it pause before closing the program output window?
What is strcpy() function?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
If null and 0 are equivalent as null pointer constants, which should I use?
What is an auto keyword in c?
Does free set pointer to null?
What is an expression?
What is the difference between #include
Explain the use of 'auto' keyword in c programming?
Explain pointers in c programming?
What are actual arguments?
What is the difference between exit() and _exit() function in c?