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
What is wild pointer in c with example?
Does c have circular shift operators?
Explain the difference between strcpy() and memcpy() function?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What are the __date__ and __time__ preprocessor commands?
Why are all header files not declared in every c program?
Write a program to implement queue.
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
Explain modulus operator.
How are structure passing and returning implemented?
What should malloc(0) do?
How do you list files in a directory?
How can I change their mode to binary?
What are the valid places to have keyword “break”?
Can a pointer be volatile in c?