What are register variables in c?


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

Post New Answer

More C Interview Questions

7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above

10 Answers   Accenture,


write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers   Calsoft,


How macro execution is faster than function ?

0 Answers   Wipro,


How do you define a function?

0 Answers  


What is c preprocessor mean?

0 Answers  






How can I read and write comma-delimited text?

0 Answers  


Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program

1 Answers   Accenture, Concor, DMU, Satyam, Syntel, Tora,


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

0 Answers  


Are local variables initialized to zero by default in c?

0 Answers  


What will the preprocessor do for a program?

0 Answers   Aspire, Infogain,


What is the difference between typeof(foo) and myFoo.GetType()?

2 Answers   Synergy,


Why are algorithms important in c program?

0 Answers  


Categories