What is a lvalue


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

Post New Answer

More C Interview Questions

What will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


Why do we use & in c?

0 Answers  


while initialization of array why we use a[][2] why not a[2][]...?

0 Answers   Aptech,


writw a program to insert an element in the begning of a doubly linked list

1 Answers  


Differentiate between static and dynamic modeling.

0 Answers   Wipro,






Define Spanning-Tree Protocol (STP)

0 Answers  


write a program to copy the string using switch case?

0 Answers   Mind Tree,


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

0 Answers  


int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }

3 Answers  


main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }

6 Answers  


What is null character in c?

0 Answers  


Explain what are header files and explain what are its uses in c programming?

0 Answers  


Categories