AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answer Posted / jaya prakash
Register.
Since the register variable is stored in CPU.
Easy to retrive and modify it.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Is c high or low level?
What are 'near' and 'far' pointers?
What is memcpy() function?
What is the scope of static variable in c?
When is a void pointer used?
i want to know the procedure of qualcomm for getting a job through offcampus
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
I came across some code that puts a (void) cast before each call to printf. Why?
Why do we use header files in c?
What is getch() function?
How do I use strcmp?
Is it better to use a macro or a function?
How do you define structure?
What is hashing in c language?
How to delete a node from linked list w/o using collectons?