What is a lvalue


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

Post New Answer

More C Interview Questions

program to find the roots of a quardratic equation

1 Answers  


i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);

8 Answers   HCL,


How to access or modify the const variable in c ?

16 Answers   HCL, HP,


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  


How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST

6 Answers   Adobe, Huawei,






Where register variables are stored in c?

0 Answers  


What is #define in c?

0 Answers  


What is identifier in c?

0 Answers  


What are pointers? Why are they used?

0 Answers  


Difference between Function to pointer and pointer to function

0 Answers  


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

0 Answers  


What is meant by 'bit masking'?

0 Answers  


Categories