what are the advantage of pointer variables? write a program
to count the number of vowels and consonants in a given string
Answer Posted / rama krishna sidhartha
The advantage of pointer variables is to reduce the memory
space of another variables.
I don't know how to write the program for counting the
vowels and consonants. If anybody knows please mail to
sidhartha_karyampudi@rediffmail.com
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the preprocessor categories?
What is meant by recursion?
What are different types of pointers?
Write a Program to accept different goods with the number, price and date of purchase and display them
Define and explain about ! Operator?
What is a shell structure examples?
What is masking?
why programs in c are running with out #include
What’s a signal? Explain what do I use signals for?
What does %d do in c?
Is there a built-in function in C that can be used for sorting data?
What are data structures in c and how to use them?
When should I declare a function?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What is the return type of sizeof?