AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answer Posted / amaresh chandra das
Register.
Since the register variable is stored in CPU.
try once applying a programme:--
and check it it's execution time Using..
time ./a.out
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the difference between malloc() and calloc() function in c language?
What is scanf_s in c?
Why use int main instead of void main?
What is far pointer in c?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What are loops in c?
How does normalization of huge pointer works?
Why is c called a structured programming language?
How does free() know explain how much memory to release?
What is string function in c?
why do some people write if(0 == x) instead of if(x == 0)?
What is the significance of scope resolution operator?
What is "Hungarian Notation"?
What does node * mean?
How do you override a defined macro?