Find errors
(1) m = ++a*5;
(2) a = b ++ -c*2;
(3)y = sqrt (1000);
Answer Posted / sumalatha
b is the error because decrement of c is instead of --c it has -c
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What is the purpose of type declarations?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What are the parts of c program?
What is the use of bitwise operator?
What is a const pointer in c?
What do you mean by invalid pointer arithmetic?
What happens if header file is included twice?
What is C language ?
Explain what happens if you free a pointer twice?
What are the types of c language?
What does c mean before a date?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
#include