Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lecture-two: Basic Operations and conditional statements in C #11

Open
10 tasks
pavly-gerges opened this issue Dec 15, 2022 · 0 comments
Open
10 tasks

Lecture-two: Basic Operations and conditional statements in C #11

pavly-gerges opened this issue Dec 15, 2022 · 0 comments
Labels
c-primer Basic C programming language documentation Improvements or additions to documentation good first issue Good for newcomers
Milestone

Comments

@pavly-gerges
Copy link
Contributor

pavly-gerges commented Dec 15, 2022

This session should cover the following:

  • Arithmetic operations.
  • Relational operations.
  • Bitwise operations.
  • Boolean logical operations.
  • Short-circuit logical operations.
  • Ternary (3-way) operations.
  • Exercises on operations.
  • Conditional statements.
  • Nested conditions.
  • Exercises on conditional statements and conditions.
@pavly-gerges pavly-gerges added good first issue Good for newcomers c-primer Basic C programming language labels Dec 15, 2022
@pavly-gerges pavly-gerges added this to the C-Primer milestone Dec 15, 2022
@pavly-gerges pavly-gerges added the documentation Improvements or additions to documentation label Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-primer Basic C programming language documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
Status: In Progress
Development

No branches or pull requests

2 participants
@pavly-gerges and others