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 |
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
0 Answers Amdocs, Apps Associates,
who is the father of C Language?
20 Answers CTS, UST,
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
What are the concepts introduced in OOPs?
What are the types of variables in c?
What is the explanation for prototype function in c?
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
what is the difference between #include<stdio.h> and #include "stdio.h" ?
How can I write a function that takes a format string and a variable number of arguments?
What are the uses of pre-processor directives?
main difference between c and c++ language