What is an lvalue and an rvalue?
Answer / nashiinformaticssolutions
lvalue: A location in memory that can appear on the left-hand side of an assignment.
rvalue: The value assigned to an lvalue.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
If we give two names then this displays the connection between the two people. It is nothing but flames game
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
Why we use conio h in c?
what will be the output for the following main() { printf("hi" "hello"); }
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }
How can you draw circles in C?
Famous puzzles which are generally asked by companies during interviews ?
A stack can be implemented only using array?if not what is used?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
write a program to rearrange the array such way that all even elements should come first and next come odd
Explain what is a const pointer?