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...

How the processor registers can be used in C ?

Answer Posted / chetan raikwar

CPU (Processor) registers store the values which can be accessed faster than other ordinary values.
* These can be used by the keyword register.
* Keyword should be place before declaring the type of variable.
example:- (simple storage) int i; char a; etc.
(registered storage) register int i; register char a;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why & is used in scanf in c?

1147


Explain that why C is procedural?

1194


What is structure in c explain with example?

1217


please explain every phase in the "SDLC" in the dotnet.

2672


How can I handle floating-point exceptions gracefully?

1243


What is data structure in c programming?

1133


What is a header file?

1139


What is volatile variable in c with example?

1091


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

1158


How does placing some code lines between the comment symbol help in debugging the code?

1065


How to create struct variables?

1173


What is the difference between exit() and _exit() function in c?

1131


Explain what is page thrashing?

1161


What is use of null pointer in c?

1060


What are the two forms of #include directive?

1223