AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?

Answer Posted / amaresh chandra das

Register.
Since the register variable is stored in CPU.

try once applying a programme:--

and check it it's execution time Using..

time ./a.out

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is line in c preprocessor?

608


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1454


Explain how can you tell whether a program was compiled using c versus c++?

571


What is a #include preprocessor?

612


Can two or more operators such as and be combined in a single line of program code?

801






What is a keyword?

740


What is the hardest programming language?

661


Explain how can a program be made to print the name of a source file where an error occurs?

682


What is a const pointer in c?

666


What's the difference between constant char *p and char * constant p?

651


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

679


What is wrong with this program statement? void = 10;

813


How do I use void main?

627


Is there any possibility to create customized header file with c programming language?

619


What are the advantages of the functions?

600