Previous Year Very Short Questions of CPA (DIPLOMA information technology 3rd)

Computer programming using c

Previous year question paper with solutions for Computer programming using c

Our website provides solved previous year question paper for Computer programming using c . Doing preparation from the previous year question paper helps you to get good marks in exams. From our CPA 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. Every program statement in a C program must end with a……………..
  2. The……….. of all elements in an array must be same.
  3. Function always return a single value.(T/F).
  4. A ……. Statement takes the execution control out of the loop.
  5. Logical errors are difficult to detect.(T/F).
  6. Empty parenthesis after main function is necessary. (T/F).
  7. ‘C’ is middle level language.(T/F).
  8. …….. Function is used to open a file in C language.
  9. → Symbol is known as pointer.(T/F).
  10. Array is data type.(T/F).
  11. A….. ..Statement allows you to execute a statement repeatedly.
  12. An array which can hold the address of another array is called………
  13. The two ways in which values are passed to a function are………and ……….
  14. The keyword struct in C actually deines a ………….
  15. ……….Function is used to release the memory allocated in dynamic memory allocation.
  16. Character range in c is from _______ to __________.
  17. __________ is used to convert Machine language code into High level language.
  18. = is ___________ operator in C language.
  19. The C statement ends with ____________.
  20. ____________ is a collection of same type of elements.