pwncollege
DojosLeaderboardCommunity
Back to intro-to-programming-languages

Project 2.1 C Intro and Variables

intro-to-programming-languages
0/6 challenges completed

[ ← Module List ]

Greetings Coders!
Welcome aboard the C programming adventure! 🚀 Prepare to dive deep into the essence of computing as you craft, assess, and master the art of C programming.
In this captivating challenge set, you'll:
  • Create a minimal C program
  • Declare and define variables using primitive data types
  • List the primitive data types
  • Generate output to standard output using (printf)
  • Gather input using standard input (getchar, scanf)
  • Use branching statements to control program flow
  • Use loops to repeat portions of code
  • Loop flow control with break and continue
  • Access program arguments passed in via the command line.
  • Declare global variables
  • Declare local variables
  • Define functions
  • Pass arguments into a function using function parameters
  • Change a value in a function and return it

  • Are you ready to embark on this exhilarating journey? Let's get coding! 🛠🔍🖥

    Challenges

    1
    P2.1 Level 01 C Force
    2
    P2.1 Level 02 C Args
    3
    P2.1 Level 03 scanf
    4
    P2.1 Level 04 getchar
    5
    P2.1 Level 05 add-n-sub
    6
    P2.1 Level 06 debug me