About 2,310,000 results
Open links in new tab
  1. C Program to find day of week given date - Stack Overflow

    May 19, 2011 · Is there a way to find out day of the week given date in just one line of C code? For example. Given 19-05-2011 (dd-mm-yyyy) gives me Thursday. See Zeller's congruence …

  2. Find day of the week for a given date - GeeksforGeeks

    Feb 14, 2025 · The Formula-Based Approach for calculating the day of the week is an efficient method that calculates the day using simple arithmetic operations. It leverages precomputed …

  3. C program to enter week number and print day of week

    May 22, 2015 · Write a C program to input week number(1-7) and print the corresponding day of week using if else. Logic to convert week number to day of week in C program.

  4. Design Flowchart In Programming (With Examples) - Programiz

    A flowchart is a diagrammatic representation of an algorithm. A flowchart can be helpful for both writing programs and explaining the program to others.

  5. GitHub - arazosman/Stack-Based-Calculator: A stack-based calculator

    A stack-based calculator which written in C programming language. Executing In Unix, open up your terminal screen and go to the directory of the source files via cd command:

  6. c program to calculate weekdays - ccplusplus.com

    Sep 26, 2011 · See also Other popular tricky C Sample Codes and language Concept.. Posted by . Saurabh Gupta on Other popular tricky C Sample Codes and language Concept.

  7. C Programming Tutorial - Flow Control - II - Notesformsc

    In this lesson for C tutorial, you will learn about Flow control statement in C language such Switch-Case with examples.

  8. Flowchart in C [ Explanation with Examples - Learnprogramo

    The flowchart in C is a pictorial representation of the methods to be used to solve a given problem and help a great deal to analyse the problem and plan its solution in a systematic and orderly …

  9. Program for Date calculator in C - Stack Overflow

    I'm trying to write a date calculator in C program with the range from 1/1/1902 to 12/31/2299, I've follow the algorithm from http://en.wikipedia.org/wiki/Calculating_the_day_of_the_week with …

  10. the data should be organized, how the flow of data should be controlled and how a data structure should be designed and implemented to reduce the complexity and increase the efficiency of …

Refresh