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


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

Post New Answer

More C Interview Questions

what is the importance of spanning tree?

0 Answers  


A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A

2 Answers  


Is it possible to have a function as a parameter in another function?

0 Answers  


What are actual arguments?

0 Answers  


about c language

0 Answers  


How can I increase the allowable number of simultaneously open files?

1 Answers   CSC,


What is the use of in c?

0 Answers  


What 'lex' does?

0 Answers   Tech Mahindra,


find out largest elemant of diagonalmatrix

0 Answers  


Explain a file operation in C with an example.

0 Answers   Amdocs,


output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }

2 Answers   Elysium,


What is the code in while loop that returns the output of given code?

0 Answers  


Categories