Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / guest

Register storage Class

Is This Answer Correct ?    24 Yes 0 No

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

Answer / monika

register

Is This Answer Correct ?    13 Yes 0 No

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

Answer / jaya prakash

Register.
Since the register variable is stored in CPU.
Easy to retrive and modify it.

Is This Answer Correct ?    11 Yes 0 No

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

Answer / sri

Register because it is used for fastest storage.

Is This Answer Correct ?    5 Yes 0 No

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

Answer / 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

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

Answer / 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

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

Answer / devvv

resister variables ofcource

Is This Answer Correct ?    3 Yes 1 No

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

Answer / biju

Ofcourse register storage class is for quick access

Is This Answer Correct ?    3 Yes 1 No

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

Answer / nvbtsundari

register

Is This Answer Correct ?    2 Yes 1 No

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

Answer / rahul

register
becoz accessing value from register is more faster than
memory becoz it is in CPU.
if register is free otherwise it would become a local var.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More C Interview Questions

what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????

2 Answers   Apple,


How will you write a code for accessing the length of an array without assigning it to another variable?

0 Answers  


State the difference between realloc and free.

0 Answers   Aricent,


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

0 Answers  


The variables are int sum=10,SuM=20; these are same or different?

3 Answers  


What is the advantage of a random access file?

0 Answers  


Is linux written in c?

0 Answers  


What is the difference function call by value & function call by reference?

6 Answers  


write a program to print largest number of each row of a 2D array

0 Answers  


Explain how do you print only part of a string?

0 Answers  


a simple c program using 'for' loop to display the output 5 4 3 2 1

2 Answers   Google,


who is the father of C Language?

20 Answers   CTS, UST,


Categories