to get a line of text and count the number of vowels in it
Answer Posted / sachin
Write a program to print the size of all the data types supported by C and its range?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of 'register' keyword?
How can I find out if there are characters available for reading?
What is sizeof array in c?
What is data type long in c?
Why we use int main and void main?
What are static variables in c?
what will be the output for the following main() { printf("hi" "hello"); }
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What is a list in c?
What is the purpose of the preprocessor directive error?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is an array in c?
What is a #include preprocessor?
Which is the best website to learn c programming?
Is there any possibility to create customized header file with c programming language?