What is an lvalue?


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

Post New Answer

More C Interview Questions

What is a structure member in c?

0 Answers  


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


Program to write some contents into a file using file operations with proper error messages.

2 Answers  


What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);

3 Answers   Bosch,


What is sizeof array?

0 Answers  






main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain

1 Answers  


How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?

1 Answers  


write an algorithm to display a square matrix.

0 Answers  


What are the advantages of using new operator as compared to the function malloc ()?

0 Answers   NIIT,


what is c

1 Answers  


who invented c

13 Answers   IBM,


How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)

4 Answers  


Categories