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
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
write a program to display the array elements in reverse order in c language
Tell us two differences between new () and malloc ()?
How does free() know explain how much memory to release?
Define recursion in c.
What is keyword with example?
Why is c platform dependent?
Why c is procedure oriented?
What are the rules for the identifier?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
Define function pointers?
What are the complete rules for header file searching?