Can an array be an Ivalue?
Answer / Amit Kumar Tiwari
No, in C, arrays are not considered as Ivalues (l-value), they are considered as Avalues (array values or r-value). An lvalue is a location which can appear on the left side of an assignment operator. However, you can pass an array to a function by its address, making it behave somewhat like an lvalue.
| Is This Answer Correct ? | 0 Yes | 0 No |
What language is lisp written in?
write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
Which is the best website to learn c programming?
What is struct node in c?
What is double pointer?
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
What are the benefits of organizational structure?
Dont ansi function prototypes render lint obsolete?
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
How to declare pointer variables?
Explain what does the function toupper() do?