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

if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')

23 Answers  


Explain 'bit masking'?

0 Answers   EXL,


Explain what is the heap?

0 Answers  


What is static memory allocation? Explain

0 Answers  


What is difference between structure and union?

0 Answers  






how to get starting address of a running C program

3 Answers  


What's wrong with "char *p; *p = malloc(10);"?

5 Answers  


write a program for the normal snake games find in most of the mobiles.

0 Answers   Accenture, Wipro,


Is null always defined as 0(zero)?

0 Answers  


Are bit fields portable?

0 Answers   EXL,


What is string function c?

0 Answers  


write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?

3 Answers   Mind Tree,


Categories