what are enumerations in C


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

Post New Answer

More C Interview Questions

Explain how can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


program to find the magic square

1 Answers   Infosys,


What does 2n 4c mean?

0 Answers  


If the size of int data type is two bytes, what is the range of signed int data type?

0 Answers  


whitch value return void main?

11 Answers  






Which is better malloc or calloc?

0 Answers  


Which is better pointer or array?

0 Answers  


program to print upper & lower triangle of a matrix

2 Answers   TCS,


difference between string and array?

6 Answers  


Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

0 Answers  


what is a static function

10 Answers   Satyam,


What is the purpose of type declarations?

0 Answers  


Categories