Your cart is empty
Empty notifications
Login
Register
Appointment
Book Appointment
Name
Mobile
Email
Date
Technology
Choose
PHP
MERN
REACT
ML/AI
MOTIVATION
Time Slot
Choose
8-9
9-10
10-11
11-12
Description
Home
Courses
Practice
Forums
DSA-Blog
Start learning
Start learning
Your cart is empty
Empty notifications
Book Appointment
Name
Mobile
Email
Date
Technology
Choose
PHP
MERN
REACT
ML/AI
MOTIVATION
Time Slot
Choose
8-9
9-10
10-11
11-12
Description
Practice Exercises
Lesson 5/27
|
Study Time: 60 Min
Course:
C Programming Live Classes
What You Will Get in This Section
✔ Input/Output Practice
Write a program to take user input and display it using printf() and scanf().
Implement character input/output using getchar(), putchar(), gets(), and puts().
✔ Operators and Expressions Practice
Solve arithmetic problems using +, -, *, /, and %.
Compare two numbers using relational operators (==, !=, <, >, <=, >=).
Implement logical operations in decision-making (&&, ||, !).
Use bitwise operators (&, |, ^, <<, >>) to manipulate bits.
Write expressions using assignment, increment/decrement, and ternary operators.
Understand sizeof() and its application in determining memory size.
✔ Coding Challenges
Create a simple calculator using arithmetic operators.
Write a program to check if a number is even or odd using bitwise operators.
Implement a program to swap two numbers using different techniques.
Many More Challenges
Previous Lesson
Next Lesson
codewithsheetal
Product Designer
5.00
Profile
Book a Meeting
Class Sessions
1- Introduction to C & Setting Up Environment
2- Basic Syntax, Variables, Data Types
3- Input/Output Operations
4- Operators and Expressions
5- Practice Exercises
6- Conditional Statements (if, else, switch-case)
7- Loops (for, while, do-while)
8- Loop Control Statement (Break, Continue, GoTo)
9- Functions – Definition, Call, Types (Library & User-Defined)
10- Recursion
11- Practice Exercises
12- Arrays – 1D, 2D, and Multidimensional Arrays
13- Practice Exercises
14- String Handling
15- Practice Exercise of String
16- Pointer
17- Dynamic Memory Allocation
18- Practice Exercise
19- Structures
20- Unions
21- Practice Exercises
22- File Handling
23- Practice Exercises
24- Command Line Arguments
25- Debugging & Error Handling in C
26- Student Management System
27- Library Management System