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?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

1208


What is clrscr ()?

1171


What is data types?

1138


What is a program flowchart?

1279


How can you convert integers to binary or hexadecimal?

1072


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1922


How can I read and write comma-delimited text?

1123


explain what are actual arguments?

1140


Write the control statements in C language

1275


What is pragma c?

1180


How reliable are floating-point comparisons?

1141


How do you construct an increment statement or decrement statement in C?

1272


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

2473


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1577


Write a program to print factorial of given number without using recursion?

1039