When should the const modifier be used?


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

Post New Answer

More C Interview Questions

What is the correct code to have following output in c using nested for loop?

0 Answers  


what is the role you expect in software industry?

2 Answers   HCL, Wipro,


What is structure of c program?

0 Answers  


What is the purpose of 'register' keyword?

0 Answers  


Explain how can you determine the size of an allocated portion of memory?

0 Answers  


# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none

7 Answers   Microsoft, TCS,


to find the closest pair

0 Answers   Infosys,


What is C++

4 Answers  


Can a program have two main functions?

0 Answers  


void main() { int a=1; while(a++<=1) while(a++<=2); }

4 Answers   HCL,


What is pivot in c?

0 Answers  


What are the parts of c program?

0 Answers  


Categories