[FONT="Comic Sans MS"]could some1 help me in these 3 questions of C language
Q1
Write a program to count the number to count the number of zero’s, one's, blank spaces and other characters using switch statement.
Q2
Write a program to evaluate the series
x-(x^3)/3!+)(x^5)/5!-(x^7)/7! ...