Find errors
(1) m = ++a*5;
(2) a = b ++ -c*2;
(3)y = sqrt (1000);
Answer Posted / srikanth karnati
(2)HAS ERROR
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is structure and union in c?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Why do we use main function?
How many types of operator or there in c?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Why do we use header files in c?
Explain how do you search data in a data file using random access method?
How to declare a variable?
Are the expressions * ptr ++ and ++ * ptr same?
Why main function is special give two reasons?
code for find determinent of amatrix
shorting algorithmS
What is an array? What the different types of arrays in c?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above