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 |
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
WHAT IS INT?
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
What are the restrictions of a modulus operator?
What are the concepts introduced in OOPs?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
Explain logical errors? Compare with syntax errors.
How will you delete a node in DLL?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What is the difference between c &c++?