What is an lvalue?
No Answer is Posted For this Question
Be the First to Post Answer
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Is it better to use malloc() or calloc()?
What is the difference between a string and an array?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
please give me some tips for the placement in the TCS.
What is console in c language?
Find greatest number out of 10 number without using loop.
Ow can I insert or delete a line (or record) in the middle of a file?
What are the uses of null pointers?
p*=(++q)++*--p when p=q=1 while(q<=6)
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?