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 acronym for ansi?
What is wrong with this code?
What is optimization in c?
Differentiate between #include<...> and #include '...'
Differentiate Source Codes from Object Codes
Why do we need functions in c?
Between macros and functions,which is better to use and why?
What is external variable in c?
Explain Basic concepts of C language?
Why is sizeof () an operator and not a function?
Is c easier than java?
Explain what does it mean when a pointer is used in an if statement?
Explain how do you search data in a data file using random access method?
Define and explain about ! Operator?
What is function prototype?