answersLogoWhite

0

What is l value in c program?

Updated: 12/11/2022
User Avatar

Wiki User

12y ago

Best Answer

An l-value is an expression with an address, named after being able to occur on the left side of the = (assignment) operator. (Technically, a variable declared with a const keyword is an l-value, but cannot occur on the left side of the assignment operator, so the original definition is no longer accurate.)

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is l value in c program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The value of restriking voltage depends on?

L and C


Write a shell program to find largest of three numbers?

echo Enter 3 numbers with spaces in between read a b c l=$a if [ $b -gt $l ] then l=$b fi if [ $c -gt $l ] then l=$c fi echo Lagest of $a $b $c is $l


What has the author C L Wolverton written?

C. L Wolverton has written: 'Wetland evaluation techniques in Michigan' 'Michigan's state-level wetland protection program'


What is value L C smith twelve gauge shotgun?

what do you want for it


What do the letters L R C P mean?

London Regional Cancer Program.


What is the value of LC in Roman numbers?

It is: -L+C = L which is the equivalent of -50+100 = 50


What is 'variable' in C programming?

It's a part of the program's data, which has a name,type and value.


What has the author L C Wojciechowski written?

L. C. Wojciechowski has written: 'User's manual and programmer's guide for CHEKER : FORTRAN format checker' -- subject(s): FORTRAN (Computer program language)


What is the code of a c program that will read in a positive integer value and determine If the integer is a prime number and If the integer is a Fibonacci number?

see the program


What is the value of J C Higgins 51 l?

200 to 500 dollars depending on condition


What does p equals c means in C language?

is means that the variable p gets the value from variable c assigned to it. So if c = 6 and the program executes p = c p will also be 6 but depending on the kind of variables p and c are it can also be c = "i am c" and than after p = c the value of p will be "i am c"


Program in c to develop an algorithm that prints the n value of algorithm?

reymond rillera reymond rillera