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
Can you write the algorithm for Queue?
where are auto variables stored? What are the characteristics of an auto variable?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
How to create struct variables?
Write a program to swap two numbers without using third variable in c?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
Explain setjmp()?
What is a void pointer? When is a void pointer used?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Difference between exit() and _exit() function?
How can I discover how many arguments a function was actually called with?
How can you determine the maximum value that a numeric variable can hold?
What is indirection in c?
Why is c known as a mother language?
What do header files do?