AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answer Posted / rahul
register
becoz accessing value from register is more faster than
memory becoz it is in CPU.
if register is free otherwise it would become a local var.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Is c still used?
What is #pragma statements?
How do we make a global variable accessible across files? Explain the extern keyword?
What is meant by preprocessor in c?
Differentiate between ordinary variable and pointer in c.
Explain what does the function toupper() do?
Why is c used in embedded systems?
define string ?
What is && in c programming?
When do we get logical errors?
using for loop sum 2 number of any 4 digit number in c language
What is null in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What oops means?
What is a nested loop?