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

What is the difference between typedef and #define?

0 Answers  


actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston

3 Answers   Ramco,


What is printf () in c?

0 Answers  


related proverb of "dont count your chicken before it hatches"

1 Answers  


What is typedf?

0 Answers  


Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer

0 Answers  


Write a program to add a given duration with time(24hrs format)

1 Answers   Protech,


What is the basic structure of c?

0 Answers  


#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }

3 Answers  


Explain what is page thrashing?

0 Answers  


List some basic data types in c?

0 Answers  


How can I allocate arrays or structures bigger than 64K?

5 Answers  


Categories