👩‍💻
LB DSA Notes & Homework - Abhyas
Ctrlk
  • 😇README
  • 🧪Formula List
  • 🚀Functions
  • ⚔️Question List
  • ✨01 Introduction to Programming
    • 📔Handwritten Notes
    • 📔Handwritten Homework
  • 🔨02 Programming Basics I
    • 📔Handwritten Notes
    • 📔Handwritten homework
  • ⚒️03 Programming Basics II
    • 📔Handwritten Notes
    • 🏡Homework
      • 01. Difference between if and switch
      • 02. Which values are allowed in switch statement?
      • 03. Print your name N times
      • 04. Sum of n integers using loop
      • 05. What if condition is missing in a loop?
      • 06. Create a calculator using if, else, while and switch
      • 07. Explain do while loop
      • 08. Pre-increment & post-increment MCQ
      • 09. Break and Continue MCQ
      • 10. Variable Scoping MCQ
      • 11. Binary to Decimal
      • 12. Octal to Binary
  • ⭐04 Pattern Programs
    • 📔Handwritten Notes
    • ⛳All solutions
  • 🛠️05 Programming Basics III
    • 📔Handwritten Notes
    • 🏡Homework
  • 🗒️06 Arrays and Functions
    • 📔Handwriteen Notes
  • ❓07 Array Problems I
    • 📔Handwritten Notes
    • 🧑‍💻Classwork
    • ⛳Discord Homework List
  • ⁉️08 Array Problems II
    • 📔Handwritten Notes
    • ⛳Discord Homework List
  • 🧵14 Character Array and Strings
    • 📔Handwritten Notes
    • 🧑‍💻Classwork
    • 🏡Homework
    • ⛳Discord Homework
  • ➗15. Basic Mathematics for DSA
    • 📔Handwritten Notes
    • 🧑‍💻Classwork
    • 🏡Homework
  • 👉16 Pointers I
    • 📔Handwritten Notes
    • 🏡Homework 16
  • 👉17 Pointers II
    • 📔Handwritten Notes
    • 🏡Homework
  • 💾18 Static and Dynamic Allocation
    • 📔Handwritten Notes
    • 🧑‍💻Classwork
    • 🏡Homework
    • ✨Bonus
  • 🔁19 Recursion I
    • 📔Handwritten Notes
    • 🏡Homework
    • ⛳Discord Homework
  • 🔁20 Recursion II
    • 📔Handwritten Notes
    • 🧑‍💻Classwork
    • 🏡Homework
  • 🔁21 Recursion III
    • 📔Handwritten Notes
    • 🏡Homework
  • ➗22 Divide and Conquer - Recursion
    • 📔Handwritten Notes
    • 🏡Homework
  • ⏮️23 Backtracking I
    • 📔Handwritten Notes
    • 🏡Homework
  • 24 Backtracking II
    • 📔Handwritten Notes
  • ⏮️25 Backtracking III
    • 📔Handwritten Notes
  • ⏳26 Time Complexity of Recursive Algorithm & OOPs I
    • 📔Handwritten Notes
  • 🔗29 Linked List I
    • 📔Handwritten Notes
    • 👩‍💻Code
    • 🏡Homework
  • 🔗30 Linked List II
    • 📔Handwritten Notes
  • 🔗31 Linked List III
    • 📔Handwritten Notes
  • 📚33 Stack I
    • 📔Handwritten Notes
    • 👩‍💻Code
Powered by GitBook
On this page
  1. ⚒️03 Programming Basics II

🏡Homework

01. Difference between if and switch02. Which values are allowed in switch statement?03. Print your name N times04. Sum of n integers using loop05. What if condition is missing in a loop?06. Create a calculator using if, else, while and switch07. Explain do while loop08. Pre-increment & post-increment MCQ09. Break and Continue MCQ10. Variable Scoping MCQ11. Binary to Decimal12. Octal to Binary
PreviousHandwritten NotesNext01. Difference between if and switch

Last updated 3 years ago