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 constant pointer in C
What is an arrays?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is the 'named constructor idiom'?
What is the difference between the local variable and global variable in c?
Why is c called a mid-level programming language?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What are pointers? What are different types of pointers?
What is the explanation for the dangling pointer in c?
Differentiate between null and void pointers.
Hi can anyone tell what is a start up code?
Is c a great language, or what?
What are the types of variables in c?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question