write a proram to reverse the string using switch case?


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

Post New Answer

More C Interview Questions

What are the different types of pointers used in c language?

0 Answers  


How does selection sort work in c?

0 Answers  


int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?

7 Answers   Parimal, Wipro,


Explain the red-black trees?

0 Answers  


Name the language in which the compiler of "c" in written?

3 Answers   Bajaj,






how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

0 Answers  


What does 2n 4c mean?

0 Answers  


What is adt in c programming?

0 Answers  


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

0 Answers   Expedia,


How many bytes are occupied by near, far and huge pointers (dos)?

0 Answers  


what is a function method?give example?

0 Answers  


in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

4 Answers   Infosys, NetApp,


Categories