Write a program in c to replace any vowel in a string with z?
what is the importance of spanning tree?
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
Is it possible to have a function as a parameter in another function?
What are actual arguments?
about c language
How can I increase the allowable number of simultaneously open files?
What is the use of in c?
What 'lex' does?
find out largest elemant of diagonalmatrix
Explain a file operation in C with an example.
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); }
What is the code in while loop that returns the output of given code?