Explain enumerated types in c language?


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

Post New Answer

More C Interview Questions

Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

0 Answers  


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

0 Answers  


Write a program to print all permutations of a given string.

0 Answers   JPMorgan Chase,


How to write a C program to determine the smallest among three nos using conditional operator?

2 Answers   Google,


write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that

3 Answers  






Write a program in c to replace any vowel in a string with z?

0 Answers   IBS,


Who is the main contributor in designing the c language after dennis ritchie?

0 Answers  


How many types of functions are there in c?

0 Answers  


Do you know what are the properties of union in c?

0 Answers  


What is the use of f in c?

0 Answers  


What is structure padding & expalain wid example what is bit wise structure?

1 Answers  


What is the difference between functions getch() and getche()?

0 Answers  


Categories