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
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered
What do you mean by recursion in c?
print a "hello" word without using printf n puts in c language
Why shouldn’t I start variable names with underscores?
How many levels of pointers have?
how can u print a message without using any library function in c
Write a program using bitwise operators to invert even bits of a given number.
How to calculate sum
write a function which accept two numbers from main() and interchange them using pointers?
to convert a string without using decrement operater and string functions
#define d 10+10 main() { printf("%d",d*d); }
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above