In this program we will input a date and then validate the date , if given date is correct, program will print weekday . For example – Entered date is 10-01-2010 then program will print weekday is – Sunday . Source Code Download link :- https://drive.google.com/file/d/1HuW2hz_qO50sBXNRDUPBwhp7bSdO64VV/view?usp=sharing #include<stdio.h> int main() { int a,a1,b,c,remainder,quotient; printf("Welcome to my Day Calculator\n"); printf("I am Nawab Khan . This is My Day Calculator in C Language\n "); printf("Enter Your Year \n"); scanf("%d",&a); printf("Enter Your Month \n"); scanf("%d",&b); printf("Enter Your Day\n"); scanf("%d",&c); ...
Comments
Post a Comment
You Have any doubt contact me