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
Explain two-dimensional array.
What are identifiers in c?
While(1) { } when this loop get terminate is it a infinite loop?
What is meant by high-order and low-order bytes?
Which is best book for data structures in c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
read an array and search an element
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
Tell me is null always defined as 0(zero)?
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
What is the general form of #line preprocessor?