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