AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answer Posted / dave
register storage class is faster.coz register accessing is
faster than main memory for the processor.for ide like
turbo,borland etc. there was a limitation in register usage.
but now for gcc and gnu ides there are millions of registers
to access.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
hi, which software companys will take,if d candidate's % is jst 55%?
How is = symbol different from == symbol in c programming?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
How many types of functions are there in c?
Explain continue keyword in c
What are data types in c language?
Explain what are the __date__ and __time__ preprocessor commands?
in linking some of os executables are linking name some of them
How can I swap two values without using a temporary?
How can you check to see whether a symbol is defined?
Subtract Two Number Without Using Subtraction Operator
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is extern keyword in c?
Why are algorithms important in c program?
What are compound statements?