hitaarthh / Roadmap-to-Embedded-Systems

Embedded System Course by Emertex
1 stars 2 forks source link

Needs work on ECEP documentation for Module 2: Advanced C #2

Open hitaarthh opened 2 years ago

hitaarthh commented 2 years ago

Advanced C:

Topics:

You can access the files through: https://github.com/RanitPradhan/ECEP/blob/master/Modules/Module-2.md

Suraksha-Rajagopalan commented 2 years ago

@hitaarthh, hey I would like to work on this, can you elaborate on what to do?

hitaarthh commented 2 years ago

@hitaarthh, hey I would like to work on this, can you elaborate on what to do?

Hey, good to hear that you want to contribute. You can check the topics mentioned above. All you need to do is, look for the resources for these particular topics and try to elaborate with proper examples (including codes) in such a way that a beginner can refer to your write-up and understand. You can make your markdown write-up file and upload it. File name: your_name.md

Suraksha-Rajagopalan commented 2 years ago

9

I have added my initial files @hitaarthh Kindly give your reviews which might potentially help me to proceed with this Module.

RanitPradhan commented 2 years ago

Hey @Suraksha-Rajagopalan, you are doing well with this write-up. So, you have done first two sections of this module. It's great to see that you are using basic level of examples for beginner understanding, also try to add one line definition about

Operators

  • Arithmetic Operators
  • Relational Operators
  • Logical Operators
  • Bitwise Operators
  • Assignment Operators etc.

Just the same way you have defined Arrays, Pointers.

Besides it, you can also add more section where you can provide hyperlinks for Geek for Geeks or Javapoint type of tutorial blogs you have used as reference.