List of important QUESTIONS
Q1. Explain the types of functions and WAP to swap (interchange) values using call by
value and call by address.
Q2. What do you mean by recursion? Illustrate the use of recursive functions with an
example (factorial and Fibonacci series) of recursive function.
Q3. What do you mean by macro also explain its type with example?
Q4. Declare a structure of 20 students called student which contains the following
information— roll_no, age, marks and write a program in C to list all students who
scored more than 75 marks.
Q5. List out various file handling operations and modes in C. Write a program to
copy the content from one file to another file.
Q6. Explain the digital computer with the help of block diagram and also explain its
components.
Q7. Explain the rule of converting the number systems with examples. And also explain
Binary addition, subtraction and multiplication with examples.
Q8. Storage classes- automatic, register, static and external with table and examples.
Q9. Explain Implicit and explicit type conversion for mixed operands with examples.
Q10. Program: WAP to print Armstrong, Reverse, Prime (from 1 to 300) and Palindrome.
Q11. WAP to input two n*n matrices and print the final matrix after
multiplying them. And if dimensions are different then check (row1 == col2)
Q12. Explain switch statements and the role of break in switch case with an example.
Q13. What do you mean by dynamic memory allocation? Explain the different function in
detail.
Q14. Explain --
High Level Language and Low Level Language
Compiler, Interpreter and Assembler
Loader and Linker.
Q15. Explain the operator precedence and associativity with the help of precedence table.
Q16. Explain Linux and Android OS with its definition, architecture and commands.
Q17. Concept of algorithm and flow charts
Largest among 3 numbers using conditional operator
Factorial
Fibonacci series
Q18. Difference the following:
while and do while
break and continue statements.
structure and union in C .
Int main() and void main()
Local variables and global variables
Q19. Explain data types in C. Discuss primitive data types in terms of memory size, format
specifier and range.
Q20. Explain --
Memory hierarchical structure of a computer system
Algorithm and its characteristics
Basic structure of c Program
Q21. WAP to transpose of a matrix.
Q22. WAP to print the FOLLOWING pattern (do practice all).
Q1. Explain the types of functions and WAP to swap (interchange) values using call by
value and call by address.
Q2. What do you mean by recursion? Illustrate the use of recursive functions with an
example (factorial and Fibonacci series) of recursive function.
Q3. What do you mean by macro also explain its type with example?
Q4. Declare a structure of 20 students called student which contains the following
information— roll_no, age, marks and write a program in C to list all students who
scored more than 75 marks.
Q5. List out various file handling operations and modes in C. Write a program to
copy the content from one file to another file.
Q6. Explain the digital computer with the help of block diagram and also explain its
components.
Q7. Explain the rule of converting the number systems with examples. And also explain
Binary addition, subtraction and multiplication with examples.
Q8. Storage classes- automatic, register, static and external with table and examples.
Q9. Explain Implicit and explicit type conversion for mixed operands with examples.
Q10. Program: WAP to print Armstrong, Reverse, Prime (from 1 to 300) and Palindrome.
Q11. WAP to input two n*n matrices and print the final matrix after
multiplying them. And if dimensions are different then check (row1 == col2)
Q12. Explain switch statements and the role of break in switch case with an example.
Q13. What do you mean by dynamic memory allocation? Explain the different function in
detail.
Q14. Explain --
High Level Language and Low Level Language
Compiler, Interpreter and Assembler
Loader and Linker.
Q15. Explain the operator precedence and associativity with the help of precedence table.
Q16. Explain Linux and Android OS with its definition, architecture and commands.
Q17. Concept of algorithm and flow charts
Largest among 3 numbers using conditional operator
Factorial
Fibonacci series
Q18. Difference the following:
while and do while
break and continue statements.
structure and union in C .
Int main() and void main()
Local variables and global variables
Q19. Explain data types in C. Discuss primitive data types in terms of memory size, format
specifier and range.
Q20. Explain --
Memory hierarchical structure of a computer system
Algorithm and its characteristics
Basic structure of c Program
Q21. WAP to transpose of a matrix.
Q22. WAP to print the FOLLOWING pattern (do practice all).