What is an lvalue in c?


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

Post New Answer

More C Interview Questions

the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters

2 Answers  


Is file a keyword in c?

0 Answers  


what's the return value of malloc()

9 Answers  


How do we make a global variable accessible across files? Explain the extern keyword?

0 Answers  


2. Write a function called hms_to_secs() that takes three int values—for hours, minutes, and seconds—as arguments, and returns the equivalent time in seconds.. Create a program that exercises this function by repeatedly obtaining a time value in hours, minutes, and seconds from the user (format 12:59:59), calling the function, and displaying the value of seconds it returns.

5 Answers   TCS,






sir, i cannot find the way how to write aprogram by using array on queue

1 Answers   IISIT,


what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }

3 Answers   Honeywell,


what is software?

7 Answers   Wipro,


1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop

2 Answers  


What is character constants?

0 Answers  


how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .

1 Answers  


How can I change their mode to binary?

0 Answers  


Categories