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 an expression?
while initialization of array why we use a[][2] why not a[2][]...?
What is typedf?
What are the advantage of c language?
What is a pragma?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is include directive in c?
what will be the output for the following main() { printf("hi" "hello"); }
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Why is #define used?
Is c still relevant?
Is c is a procedural language?
How can I ensure that integer arithmetic doesnt overflow?
What's a good way to check for "close enough" floating-point equality?
What is stack in c?