What are register variables? What are the advantage of using register variables?


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

Post New Answer

More C Interview Questions

in malloc and calloc which one is fast and why?

1 Answers  


Write a program in c using only loops to print * * * * * *******

2 Answers   IBM,


Explain how can I remove the trailing spaces from a string?

0 Answers  


What are compound statements?

0 Answers  


how to write a data 10 in address location 0x2000

3 Answers  


how to construct a simulator keeping the logical boolean gates in c

0 Answers  


Can main () be called recursively?

0 Answers  


A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.

2 Answers  


Distinguish between actual and formal arguments.

0 Answers  


Identify the operators that is not used with pointer a. && b. # c. * d. >>

2 Answers  


There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?

8 Answers   Google,


What is header file definition?

0 Answers  


Categories