Write a C++ program to give the number of days
in each month according to what the user entered.
example: the user enters June the program must count
number of days from January up to June


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

0 Answers   IBM,


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

0 Answers  


what are the interview question's in the language c

2 Answers   Nipuna,


Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.

4 Answers  


What is the difference between static and global variables?

1 Answers  






Are the outer parentheses in return statements really optional?

0 Answers  


advantages of pointers?

3 Answers  


Explain how do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


What does calloc stand for?

0 Answers  


wats SIZE_T meant for?

1 Answers  


main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }

2 Answers   Vector, Vector India,


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

0 Answers   Amazon,


Categories