Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is an lvalue and an rvalue?



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

Post New Answer

More C Interview Questions

What are identifiers c?

0 Answers  


what is pointer ? what is the use of pointer?

6 Answers   Infosys,


what is c?

4 Answers   IBM, TCS,


Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));

6 Answers   TCS,


difference between the array and linked list general difference related to memory

2 Answers  


what is the difference between global variable & static variable declared out side all the function in the file.

2 Answers  


What does %d do in c?

0 Answers  


What is the use of getch ()?

0 Answers  


What is scope and lifetime of a variable in c?

0 Answers  


#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }

7 Answers   Infosys,


#include<stdio.h> main() { char *p1; char *p2; p1=(char *) malloc(25); p2=(char *) malloc(25); strcpy(p1,"Ramco"); strcpy(p2,"Systems"); strcat(p1,p2); printf("%s",p1); } Tell me the output?

6 Answers   Ramco,


convert 0.9375 to binary

2 Answers   CTS, TANCET,


Categories