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
Can static variables be declared in a header file?
What are pointers really good for, anyway?
Explain how can I manipulate strings of multibyte characters?
What is volatile keyword in c?
Is c easy to learn?
What is bin sh c?
How can I write a function analogous to scanf?
What are the different types of C instructions?
What is the general form of #line preprocessor?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What are the 5 organizational structures?
What is dynamic memory allocation?
Explain how does free() know explain how much memory to release?
What is the difference between far and near ?
What is null pointer constant?