Array is an lvalue or not?


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

Post New Answer

More C Interview Questions

how we can say java is platform independent, while we require JVM for that particular Operating System?

3 Answers   Honeywell, TCS,


the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }

4 Answers   CMC, TCS,


What is the advantage of a random access file?

0 Answers  


Do you know the difference between exit() and _exit() function in c?

0 Answers  


Toggle nth bit in a given integer - num

5 Answers   Qualcomm,


how to find your architecture is LittleEndian or BigEndian?

1 Answers  


In a switch statement, what will happen if a break statement is omitted?

0 Answers  


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

0 Answers  


What is sizeof int?

0 Answers  


what is meant by flushll() in c programming?

1 Answers  


Write a program to check palindrome number in c programming?

0 Answers  


What does the error 'Null Pointer Assignment' mean and what causes this error?

0 Answers   TISL,


Categories