Previous Year Very Short Questions of C (BSC-IT 1st)

Programming in c

Previous year question paper with solutions for Programming in c

Our website provides solved previous year question paper for Programming in c . Doing preparation from the previous year question paper helps you to get good marks in exams. From our C question paper bank, students can download solved previous year question paper. The solutions to these previous year question paper are very easy to understand.

These Questions are downloaded from www.brpaper.com You can also download previous years question papers of 10th and 12th (PSEB & CBSE), B-Tech, Diploma, BBA, BCA, MBA, MCA, M-Tech, PGDCA, B-Com, BSc-IT, MSC-IT.

Print this page
  1. List various features of C language.
  2. What is a constant? How it is declared in C language?
  3. Write a program in C language to find the factorial of a given number.
  4. What is break statement? How it is different from continue statement?
  5. What is function? List various categories of a function.
  6. What is nested structure? Explain with example.
  7. What is pointer? How it is declared and accesses in C language?
  8. What is nested if statement? Explain with example.
  9. What is file? What is its need?
  10. What is header file? Discuss its use in C programming.
  11. Draw the symbols used in a flow chart?
  12. Why is programming needed?
  13. Why is the use of go to statement discouraged in C programs?
  14. What is a pointer?
  15. Differentiate between struct and union?
  16. Write the syntax of do...while statement & explain it?
  17. Write down program instructions to open and close a file?
  18. What is the drawback of declaring variables as global?
  19. How is a recursive function defined?
  20. Variable
  21. Why the use of goto statement is discouraged?
  22. Ternary operator
  23. Difference between break and Continue statement.
  24. Advantages of functions
  25. Array of string
  26. What is the benefit of contiguous memory allocation in arrays?
  27. Array of Pointers
  28. Why there is need for control statement?
  29. Difference between precedence and associativity of operators.
  30. Declare a 3-dimensional array to store 30 students’ names class wise (for 3 classes)?