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
Do you know the difference between malloc() and calloc() function?
What is the purpose of the statement: strcat (S2, S1)?
Explain how do you use a pointer to a function?
Can we change the value of #define in c?
What is difference between union All statement and Union?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is main function in c?
How do I use strcmp?
What type is sizeof?
What is static memory allocation?
What is int main () in c?
What is the process to generate random numbers in c programming language?
What is return in c programming?
Write a c program to build a heap method using Pointer to function and pointer to structure ?