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
Why is c known as a mother language?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What are the 4 data types?
Explain b+ tree?
Why we not create function inside function.
What are valid operations on pointers?
Explain what are binary trees?
Which programming language is best for getting job 2020?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What are the types of data structures in c?
Compare interpreters and compilers.
Explain bitwise shift operators?
Explain the difference between getch() and getche() in c?
How does free() know explain how much memory to release?
What is the use of function overloading in C?