What is the benefit of using const for declaring constants?


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

Post New Answer

More C Interview Questions

difference of two no's with out using - operator

7 Answers  


Can we declare variables anywhere in c?

0 Answers  


Write a program in c to input a 5 digit number and print it in words.

11 Answers  


What is a dynamic array in c?

0 Answers  


What is a memory leak? How to avoid it?

1 Answers  






simple program of graphics and thier outpu display with a want what is out put of graohics in c language

1 Answers   CSC, HCL,


Explain how do you use a pointer to a function?

0 Answers  


Explain how do you print an address?

0 Answers  


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

0 Answers  


what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;

2 Answers   Google,


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

9 Answers   Accenture,


Is python a c language?

0 Answers  


Categories