Introduction to C
Example Statement for Introduction to C Language |
---|
1. Print Hello World |
2. Print Value of an Integer |
3. Get input from user |
4. Addition of Two Number |
If Statement and Switch case
Example Statement for If Statement and Switch Case in C Language |
---|
1. Find Perfect Leap Year |
2. ATM money dispatch count while currencies are 1000,500 and 100 |
3. Display day for the entered date by user |
4. Check number is greater than 100 or not |
5. Switch case (Resolve Error) |
Loops in C
Array
String
Pointer
Example Statement for Pointer in C Language |
---|
1. Add numbers using call by reference |
2. Multilevel Pointer [With Explanation] |
3. Sum of array elements using pointers |
Structure and Union
Example Statement for Structure and Union in C Language |
---|
1. Calculate Size of Structure |
2. Use structure within union |
3. Find the size of a union |
Files Handling
Example Statement for Files Handling in C Language |
---|
1. Illustrate as to how the data stored on the disk is read |
2. Write static data in file and read from file |
Graphics
Example Statement for Graphics in C Language |
---|
1. Drawing Line in Graphics Mode |
2. Make Static Countdown |
3. Draw Moving a Car |
4. Press Me Button Game |
5. Draw Smiling Face Animation |
6. Make Traffic Light Simulation |