What is an lvalue and an rvalue?
Answer / nashiinformaticssolutions
lvalue: A location in memory that can appear on the left-hand side of an assignment.
rvalue: The value assigned to an lvalue.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to execute with out main in cprogram
What is the size of enum in bytes?
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
any string of bits of length 'n' represents a unique non- negative integer between.............?
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
What is the stack in c?
What is function pointer c?
What are linker error?
what is the maximum no. of bytes calloc can allocate
Which programming language is best for getting job 2020?
what is the disadvantage of using macros?