What is a lvalue


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

Post New Answer

More C Interview Questions

#define d 10+10 main() { printf("%d",d*d); }

6 Answers  


a value that does not change during program execution a) variabe b) argument c) parameter d) none

0 Answers  


Calculate 1*2*3*____*n using recursive function??

0 Answers  


When should we use pointers in a c program?

0 Answers  


Is double link list a linear data structure? If Yes, Why?If No, Why?

4 Answers  






What are reserved words?

0 Answers  


what is a function pointer and how all to declare ,define and implement it ???

4 Answers   Honeywell,


What is the difference between if else and switchstatement

0 Answers  


/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }

1 Answers   CDAC,


What is void pointers in c?

0 Answers  


How can I find out the size of a file, prior to reading it in?

0 Answers  


Write a program to check prime number in c programming?

0 Answers  


Categories