write a program in C that prompts the user for today's
date,tomorrow's date and display the results.Use structures
for today's date,tomorrow's date and an array to hold the
days for each month of the year.
No Answer is Posted For this Question
Be the First to Post Answer
Process by which one bit pattern in to another by bit wise operation is?
what are the languages used in c#?
int *a[5] refers to
Is it valid to address one element beyond the end of an array?
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
How can I return multiple values from a function?
What 'lex' does?
Difference between fopen() and open()?
Write a code to generate divisors of an integer?
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
What is boolean in c?
Write a program to print factorial of given number using recursion?