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
Explain what are the __date__ and __time__ preprocessor commands?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What is NULL pointer?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is data structure in c programming?
What are the types of macro formats?
What is the difference between the = symbol and == symbol?
What is the purpose of macro in C language?
What is the stack in c?
Why does this code crash?
What does stand for?
Do you know the use of fflush() function?
What is spaghetti programming?
Can one function call another?