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 MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

0 Answers   Wilco,


Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014  Npu university

0 Answers  


Can we declare function inside main?

0 Answers  


Is c pass by value or reference?

0 Answers  


Should I learn data structures in c or python?

0 Answers  






How do you redirect a standard stream?

0 Answers  


HOW DO YOU HANDLE EXCEPTIONS IN C?

2 Answers   AppLabs,


What are the complete rules for header file searching?

0 Answers  


Is it fine to write void main () or main () in c?

0 Answers  


How do we open a binary file in Read/Write mode in C?

0 Answers   Alter,


if p is a string contained in a string?

0 Answers  


how to make program without <> in library.

1 Answers   ADITI,


Categories