What is an lvalue?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

can we write a c program with out using main

3 Answers  


write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1

3 Answers  


What is break in c?

0 Answers  


about c language

0 Answers  


What is the difference between text and binary modes?

0 Answers  






Who is invented by c?

24 Answers   Infosys, Mphasis,


int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

2 Answers   Vector,


What is the difference between int main and void main?

0 Answers  


Hi, main() { } Is a user defined function or Built in Functionn

26 Answers   Honeywell, Yahoo,


Difference between constant pointer and pointer to a constant.

0 Answers   Huawei,


How we can write a value to an address using macro..?

0 Answers   Tata Elxsi,


What is the Lvalue and Rvalue?

2 Answers  


Categories