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

I came across some code that puts a (void) cast before each call to printf. Why?

0 Answers  


which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )

1 Answers   C DAC,


6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()

2 Answers   Accenture,


program to find a smallest number in an array

15 Answers   Microsoft, Sony,


hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a

1 Answers  






Find the largest number from the given 2 numbers without using any loops and the conditional operator.

2 Answers  


what is ur strangth & weekness

0 Answers   Cognizant, LG Soft, NetEnrich,


if we take a number as a char then can we manipulate(add, subtract) on this number

2 Answers  


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

0 Answers  


what is calloc and malloc?

2 Answers  


Why main is not a keyword in c?

0 Answers  


How can I sort a linked list?

0 Answers  


Categories