Explain 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

What is string concatenation in c?

0 Answers  


what is the use of call back function in c?tell me with example

2 Answers   Bosch,


Write a program to check whether a number is prime or not using c?

0 Answers  


5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.

0 Answers  


What are the benefits of c language?

0 Answers  


What are extern variables in c?

0 Answers  


1. main() { printf("%d",printf("HelloSoft")); } Output?

3 Answers   HCL,


what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }

6 Answers  


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

0 Answers   TCS,


why division operator not work in case of float constant?

2 Answers  


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

1 Answers  


What is structure padding in c?

0 Answers  


Categories