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


Please Help Members By Posting Answers For Below Questions

Is it acceptable to declare/define a variable in a c header?

678


What is array in c with example?

610


What is || operator and how does it function in a program?

622


Write a program that accept anumber in words

1246


Process by which one bit pattern in to another by bit wise operation is?

610






Why is it that not all header files are declared in every C program?

675


Do you know the use of 'auto' keyword?

652


What header files do I need in order to define the standard library functions I use?

535


Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

1423


What are the 5 data types?

594


program to convert a integer to string in c language'

1980


What do you know about the use of bit field?

603


Explain what are the __date__ and __time__ preprocessor commands?

585


What is a structure and why it is used?

613


Is register a keyword in c?

629