Where register variables are stored in c?


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

Post New Answer

More C Interview Questions

Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 Answers   TCS, Vimukti Technologies,


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

0 Answers  


write a program which counts a product of array elements lower than 10.

1 Answers  


char ch="{'H','I',0};printf("%s",ch);what is output

9 Answers   Accenture,


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

0 Answers  






What is the purpose of sprintf() function?

0 Answers  


What is the difference between array and structure in c?

0 Answers  


what is meant by c

9 Answers   INiTS,


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

0 Answers  


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

0 Answers  


why arithmetic operation can’t be performed on a void pointer?

1 Answers  


how the size of an integer is decided? - is it based on processor or compiler or OS?

19 Answers   HCL, JPR, Microsoft, nvidia,


Categories