| 0 | Backslash Characters in Printf | Click Here |
| 1 | Backslash Characters in Printf | Click Here |
| 2 | No Variable is Specified in Printf | Click Here |
| 3 | 1 Variable is Declared but not Specified in Printf | Click Here |
| 4 | 2 Variables are Declared but not Specified in Printf | Click Here |
| 5 | Print Hello Without Using Semicolon | Click Here |
| 6 | Constant is Specified instead of Variable in printf | Click Here |
| 7 | printf(1+”%d”) | Click Here |
| 8 | Multiple Strings Separated by Comma | Click Here |
| 9 | Multiple Strings Without Separated by Comma | Click Here |
| 10 | Printing Integer Different Format | Click Here |
| 11 | Printing Octal – Hex [ %d %o %x ] | Click Here |
| 12 | Printing Size of Variable Part1 [Passing Variable] | Click Here |
| 13 | Printing Size of Variable Part2 [Passing Data Types ] | Click Here |
| 14 | Printing Size of Variable Part3 [Passing Actual Value] | Click Here |
| 15 | Nested printf [Integer] | Click Here |
| 16 | Nested printf [String] | Click Here |
| 17 | Accept Paragraph using Scanf | Click Here |
| 18 | Accept Line with Spaces using Scanf | Click Here |
| 19 | Print Hello Word Without using Semicolon [ Theory ] | Click Here |
| 20 | Return printf statement as Parameter of Function | Click Here |
| 21 | sizeof (Float + int) | Click Here |
| 22 | sizeof (octal + hexadecimal + integer) | Click Here |
| 23 | Character array Assigned to Character Variable | Click Here |
| 24 | Character array of Length = 2 Assigned to Character Variable | Click Here |