Tell me what is the purpose of 'register' keyword in c language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Which header file should you include if you are to develop a function which can accept variable number of arguments?

0 Answers   TCS, TISL,


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

0 Answers  


What is switch in c?

0 Answers  


What is the real time usage volatile?

2 Answers   Polycom,


Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.

2 Answers  






What is int main () in c?

0 Answers  


What do you mean by c what are the main characteristics of c language?

0 Answers  


how to compare two strings without using strcmp() function??

1 Answers  


Which is more efficient, a switch statement or an if else chain?

0 Answers  


Do pointers take up memory?

0 Answers  


What is variable initialization and why is it important?

0 Answers  


What is a char c?

0 Answers  


Categories