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
What are the ways to a null pointer can use in c programming language?
Why isnt any of this standardized in c?
will u please send me the placement papers to my mail???????????????????
what is c
What is the diffences between Windows XP and Windows Visa
WHO WROTE C LANGUAGE?
Name the language in which the compiler of "c" in written?
How to convert decimal to binary in C using recursion??
How can I change their mode to binary?
What does volatile do?
which is the best antivirus and how to update it
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }