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
Write a program to check whether a number is prime or not using c?
What are the complete rules for header file searching?
What are high level languages like C and FORTRAN also known as?
What is a const pointer in c?
Explain how does free() know explain how much memory to release?
Explain how can I pad a string to a known length?
What does double pointer mean in c?
code for replace tabs with equivalent number of blanks
Explain main function in c?
Can we change the value of constant variable in c?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
while initialization of array why we use a[][2] why not a[2][]...?
What is double pointer?
What is 02d in c?
What are bitwise shift operators in c programming?