Skip to content

Commit

Permalink
Freshers C class 1 content added
Browse files Browse the repository at this point in the history
  • Loading branch information
nisiddharth committed Jan 23, 2022
1 parent 25f71dc commit e5e0bee
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
Binary file not shown.
19 changes: 19 additions & 0 deletions Freshers/C/2022_01_23_CClass-2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# C Class 2


## Class recording: [Here](https://drive.google.com/file/d/1N3nF13g1sxA5fUlv447jJMVmfwpc6YbW/view?usp=sharing)
## PPT: [Part 1](CC_FirstYe_Class1.pdf) and [Part 2](CC_FirstYe_Class2.pdf)

January 23rd, 2022

<div align="center"><img src="../C_logo.png" alt="C language logo" height=150/></div>

<hr>

## Tasks:

1. Learn binary to decimal and decimal to binary conversion for integers and floating point numbers.
2. Read about ASCII.
3. Revise keywords and operators from the PPT.
4. Write a program to input 2 numbers and print their sum, difference, product, quotient and remainder.
5. Try to solve this problem on HackerRank: [https://www.hackerrank.com/challenges/solve-me-first/problem](https://www.hackerrank.com/challenges/solve-me-first/problem).
3 changes: 2 additions & 1 deletion Freshers/C/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@

## Classes held

[Class 1: held on January 22, 2022](2022_01_22_CClass-1)
- [Class 1: held on January 22, 2022](2022_01_22_CClass-1)
- [Class 2: held on January 23, 2022](2022_01_23_CClass-2)
1 change: 1 addition & 0 deletions Freshers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
- [Introductory Briefing](Introduction)
- [C classes](C)
- [C Class 1](C/2022_01_22_CClass-1)
- [C Class 2](C/2022_01_23_CClass-2)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ If you are a part of MNNIT join us on Microsoft Team [MNNIT CC Queries Official]
- [Introductory Briefing](Freshers/Introduction)
- [C classes](Freshers/C)
- [C Class-1](Freshers/C/2022_01_22_CClass-1)
- [C Class-2](Freshers/C/2022_01_23_CClass-2)

- [Git/GitHub classes](Git-GitHub)
- [Git Class-1](Git-GitHub/2021_04_20_GitClass-1)
Expand Down

0 comments on commit e5e0bee

Please sign in to comment.