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

Why double pointer is used in c?

0 Answers  


Are the variables argc and argv are local to main?

0 Answers   TISL,


Explain how can you tell whether a program was compiled using c versus c++?

0 Answers  


Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

4 Answers   Accenture,


Can the curly brackets { } be used to enclose a single line of code?

0 Answers  






What are the preprocessor categories?

0 Answers  


How do you list files in a directory?

0 Answers  


Is null always defined as 0(zero)?

0 Answers  


write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview

2 Answers   Satyam, UNIS, Wipro,


what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>

5 Answers   TCS,


Explain the array representation of a binary tree in C.

0 Answers   Genpact,


Explain the difference between call by value and call by reference in c language?

0 Answers  


Categories