- What is Programming?
- What is the history of C language?
- What is the importance of C language?
- Explain difference between Compiler and Interpreter.
- What is Escape Sequence Characters? Explain in detail with example.
- What is Data Type? Explain with examples.
- What is Variable? Explain with examples.
- What is Constant Variable? Explain with examples.
- What is the maximum range of each data type as per 16-bit compiler?
- What is Format Specifier? Explain use case of each format specifier.
- Explain printf() and scanf() functions in detail.
- Explain Keywords in C language.
- What are the basic rules for creating a Variable?
- What is Operator? Explain with its types.
- Describe Operator Precedence with example.
- Explain Type Casting or Type Conversation.
- Explain types of Control Structure.
- What is Flowchart? Explain all shapes used in Flowchart.
- Explain working of if else statement with example.
- Explain working of ladder if else with example.
- Explain working of nested if else with example.
- Explain structure of ternary operator with example.
- Explain structure of Switch case with example.
- What is Loop? Explain types of Loops.
- Explain Entry-controlled loops with example.
- Explain Exit-controlled loops with example.
- Explain Control Statements with example.
- State difference between entry-controlled and exit-controlled loops.
- What is Pattern? Explain types of Patterns.
- What is Array? Explain it's types.
- What is 1D array? Explain with example.
- What is 2D array? Explain with example.
- Explain the logic of finding sum of all diagonal elements.
- Explain the logic of finding sum of all anti-diagonal elements.
- What is String? Explain with example in detail.
- What is ASCII value? List some important ASCII values.
- What is NULL? Explain with example in detail.
- List some built-in string functions with example.
- What is the use case of strcpy() function?
- What is the use case of strcat() function?
- What is the use case of strcmp() function?
- What is '\0' in C language? Explain it's use case with example.
- How to create Array of String?
- Explain getch() function in detail.
- What is Function? Explain types of it.
- What is User Defined Function (UDF)? Explain types of it.
- What is Recursion? Explain working of a Recursion mechanism with example.
- What is Nested Function? Explain with example.
- What is Pointer? Explain its use case.
- Explain working of sizeof() operator.
- What is Scale of Pointer? Explain with example.
- Describe Array of Pointers with example.
- What is Chain of Pointer? Describe with example.
- Explain Pointer with UDF in detail.
- What is Structure? Explain with example.
- What is Union? Explain with example.
- What is Enumeration? Explain with example.
- State difference between a Structure & Union.
- What is Array of objects in Structure? Describe with example.
- What is File Handling? How many modes available for opening a file and which are they?
- What is File Reading? Explain with example.
- What is File Writing? Explain with example.
- How to create a new file using C language?
- Explain fclose() function with its importance.
- Explain fgets() function in detail.
- Explain fputs() function in detail.
- Explain fwrite() function in detail.
- Explain fread() function in detail.
Q.1 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 |
Q.2 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 |
Q.3 5 5 4 5 4 3 5 4 3 2 5 4 3 2 1 |
Q.4 1 2 3 4 5 1 2 3 4 1 2 3 1 2 1 |
Q.5 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5 |
Q.6 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5 |
Q.7 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 |
Q.8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 |
Q.9 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 |
Q.10 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 |
Q.11 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 |
Q.12 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5 |
Q.13 5 4 4 3 3 3 2 2 2 2 1 1 1 1 1 |
Q.14 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5 |
Q.15 5 5 5 5 5 4 4 4 4 3 3 3 2 2 1 |
Q.16 A A A A A B B B B B C C C C C D D D D D E E E E E |
Q.17 A A B A B C A B C D A B C D E |
Q.18 E E D E D C E D C B E D C B A |
Q.19 A B C D E A B C D A B C A B A |
Q.20 E D C B A E D C B E D C E D E |
Q.21 A B C D E B C D E C D E D E E |
Q.22 E D C B A D C B A C B A B A A |
Q.23 A A A A A A A A A A A A A A A |
Q.24 E E E E E E E E E E E E E E E |
Q.25 A A A A A A A A A A A A A A A |
Q.26 E E E E E E E E E E E E E E E |
Q.27 A B B C C C D D D D E E E E E |
Q.28 E D D C C C B B B B A A A A A |
Q.29 A A A A A B B B B C C C D D E |
Q.30 E E E E E D D D D C C C B B A |
Q.31 * * * * * * * * * * * * * * * * * * * * * * * * * |
Q.32 * * * * * * * * * * * * * * * |
Q.33 * * * * * * * * * * * * * * * |
Q.34 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 33 44 55 |
Q.35 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Q.36 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 |
Q.37 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Q.38 1 11 11 121 121 121 1331 1331 1331 1331 |
Q.39 1331 1331 1331 1331 121 121 121 11 11 1 |
Q.40 + + - + - + + - + - + - + - + |
Q.41 + - - + + + - - - - + + + + + |
Q.42 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1 |
Q.43 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 |
Q.44 @ # # @ @ @ # # # # @ @ @ @ @ |
Q.45 RW1 RW2 RW2 RW3 RW3 RW3 RW4 RW4 RW4 RW4 |
Q.46 D P D P D P D P D P D P D P D P D P D P |
Q.47 0 2 4 6 8 10 12 14 16 18 |
Q.48 0 1 3 5 7 9 11 13 15 17 |
Q.49 (1 to N) where, N = User input 1 1 2 3 1 2 3 4 1 2 3 4 5 |
Q.50 (N to 1) where, N = User input * * * * * * * * * * |