What is the purpose of 'register' keyword in c language?
No Answer is Posted For this Question
Be the First to Post Answer
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
what are bit fields? What is the use of bit fields in a structure declaration?
0 Answers Flextronics, TISL, Virtusa,
wat is the difference between array and pointer?
Do string constants represent numerical values?
How do you access command-line arguments?
How do you print only part of a string?
What is the difference between exit() and _exit()?
What do the functions atoi(), itoa() and gcvt() do?
what is use of loop?
Explain zero based addressing.
What is the difference between declaring a variable and defining a variable?
What is pointers in c with example?