AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answer Posted / biju
Ofcourse register storage class is for quick access
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is c programing language?
Explain the process of converting a Tree into a Binary Tree.
Is calloc better than malloc?
What are predefined functions in c?
Is main a keyword in c?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What are directives in c?
What are valid operations on pointers?
How can I open files mentioned on the command line, and parse option flags?
What is identifiers in c with examples?
What is the difference between #include and #include 'file' ?
What is getch() function?
What is the difference between int main and void main?
Tell me when is a void pointer used?
Explain why can’t constant values be used to define an array’s initial size?