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


Please Help Members By Posting Answers For Below Questions

What is C language ?

1530


What are header files in c?

618


How do I copy files?

623


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

813


Explain what is the difference between null and nul?

660






How do I round numbers?

601


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

781


What is methods in c?

643


regarding pointers concept

1575


Can a pointer be static?

625


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

610


I came across some code that puts a (void) cast before each call to printf. Why?

681


Explain pointer. What are function pointers in C?

628


What are # preprocessor operator in c?

632


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

657