What is register variable in c language?


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

Post New Answer

More C Interview Questions

Find MAXIMUM of three distinct integers using a single C statement

0 Answers  


WHAT IS C?

6 Answers  


Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.

8 Answers  


What is the difference between functions getch() and getche()?

0 Answers  


What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack

6 Answers  






#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

0 Answers  


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

1 Answers  


What are types of structure?

0 Answers  


Tell us bitwise shift operators?

0 Answers  


Can a binary search tree be used as an index? If yes, how? Explain

0 Answers   TCS,


What are linker error?

0 Answers  


Explain the difference between getch() and getche() in c?

0 Answers  


Categories