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
prog for 1st five prime numbers in 2^x - 1
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
Why can’t we compare structures?
How would you rename a function in C?
Explain what is a stream?
what is inline function?
Why c language is called c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
Binary tree traversing
How can I do graphics in c?
Define recursion in c.
What is call by value in c?