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

#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā€œ%dā€ ,a[i]); }

8 Answers  


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

0 Answers  


while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.

1 Answers   TCS,


How are strings stored in c?

0 Answers  


what is the maximum limit of row and column of a matrix in c programming. in linux .

4 Answers   NIIT,


What is pointer to pointer in c with example?

0 Answers  


Explain how to reverse singly link list.

0 Answers  


Diff between for loop and while loop?

2 Answers   TCS,


5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.

0 Answers  


du u know test pattern for robosoft? Plz share

1 Answers   RoboSoft, TATA, Wipro,


int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?

6 Answers   TCS,


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

0 Answers  


Categories