AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answer Posted / shravan
REGISTER STORAGE CLASS
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain void pointer?
what are # pragma staments?
int far *near * p; means
What is a sequential access file?
Explain how can you check to see whether a symbol is defined?
With the help of using classes, write a program to add two numbers.
What is the difference between fread and fwrite function?
Using which language Test cases are added in .ptu file of RTRT unit testing???
Should I learn c before c++?
How do I get a null pointer in my programs?
How to declare a variable?
What is the maximum no. of arguments that can be given in a command line in C.?
How to Throw some light on the splay trees?
why do some people write if(0 == x) instead of if(x == 0)?
Explain logical errors? Compare with syntax errors.