What is const keyword in c?


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

Post New Answer

More C Interview Questions

What is structure padding and packing in c?

0 Answers  


which header file contains main() function in c?

17 Answers   Google, HCL, TCS,


Write a program that an operator and two operands read from input operand operator on the implementation and results display.

0 Answers  


To find whether a number is even or odd without using any conditional operator??

12 Answers   College School Exams Tests, IBM,


Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...

4 Answers   TCS,






parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..

4 Answers  


how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.

3 Answers  


c program to input values in a table(using 2D array) and print odd numbers from them

1 Answers  


What should not contain a header file?

2 Answers  


Is main() function predfined or userdefined?

11 Answers  


How do I swap bytes?

0 Answers  


How to avoid structure padding in C?

8 Answers   Tech Mahindra,


Categories