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
What does & mean in scanf?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What are loops in c?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What is the difference between exit() and _exit() function in c?
how can use subset in c program and give more example
What are the advantages and disadvantages of c language?
How do you list files in a directory?
What does printf does?
The statement, int(*x[]) () what does in indicate?
What is assert and when would I use it?
What does malloc () calloc () realloc () free () do?
Explain how do you print an address?
What is a const pointer in c?
What is function prototype?