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 |
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
Which one would you prefer - a macro or a function?
What does %2f mean in c?
What is macro?
Explain what are multibyte characters?
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
What is %s and %d in c?
what is difference between overriding and overloading?
which will be first in c compiling ,linking or compiling ,debugging.