what is d pitfalls of registers variables

Answer Posted / mohammed

Important pitfalls
Value of the variable stored in register of cpu not for memory

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List some of the dynamic data structures in C?

772


What is the best way to comment out a section of code that contains comments?

761


Why static variable is used in c?

540


Why is c fast?

592


what is reason of your company position's in india no. 1.

1765






Explain about the constants which help in debugging?

836


write a program to copy the string using switch case?

2383


What is the heap?

667


pierrot's divisor program using c or c++ code

1715


What is a shell structure examples?

576


What is the difference between declaring a variable by constant keyword and #define ing that variable?

2674


Tell me when is a void pointer used?

636


Explain the use of 'auto' keyword in c programming?

660


What is a #include preprocessor?

600


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

731