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

Register storage Class

Is This Answer Correct ?    24 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I need previous papers of CSC.......plz help out by posting them.......

2350


What does 1f stand for?

1234


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1808


Not all reserved words are written in lowercase. TRUE or FALSE?

1276


what is the function of pragma directive in c?

1179


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

1236


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

1197


Is there any data type in c with variable size?

1144


Which one would you prefer - a macro or a function?

1132


How many keywords (reserve words) are in c?

1184


What is I ++ in c programming?

1167


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

1163


Place the #include statement must be written in the program?

1086


What are the different data types in C?

1246


What is #define in c?

1106