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
Explain how do you list a file’s date and time?
What are the benefits of organizational structure?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Do you know pointer in c?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
All technical questions
Is javascript written in c?
Difference between linking and loading?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What is the use of getchar() function?
Explain how do you print an address?
Should I learn data structures in c or python?
Can a void pointer point to a function?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
How can I read data from data files with particular formats?