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
How do you determine a file’s attributes?
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
How can you invoke another program from within a C program?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
what is the mean of c languages.
how to determine the complexity of an algorithm as log(n)
union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
What is external and internal variables What is dynamic memory allocation what is storage classes in C
What is structure data type in c?
Function calling procedures? and their differences? Why should one go for Call by Reference?
How can I do graphics in c?