Previous Year Very Short Questions of CPA (DIPLOMA computer science engineering 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. _____ is a source program which converts high level language into machine language.
  2. C language uses the _____ as a statement terminator.
  3. _____ Function is used to take one character as input “C” language.
  4. Define function.
  5. && is _____ operator in C.
  6. String is an array of _____ .
  7. Define structure.
  8. The two ways in which values are passed to a function are _____ and _____.
  9. Define pointer.
  10. _____ is a collection of same type of elements.
  11. Every program statement in a C program must end with a……………..
  12. The……….. of all elements in an array must be same.
  13. Function always return a single value.(T/F).
  14. A ……. Statement takes the execution control out of the loop.
  15. Logical errors are difficult to detect.(T/F).
  16. Empty parenthesis after main function is necessary. (T/F).
  17. ‘C’ is middle level language.(T/F).
  18. …….. Function is used to open a file in C language.
  19. → Symbol is known as pointer.(T/F).
  20. Array is data type.(T/F).
  21. A….. ..Statement allows you to execute a statement repeatedly.
  22. An array which can hold the address of another array is called………
  23. The keyword struct in C actually deines a ………….
  24. The two ways in which values are passed to a function are………and ……….
  25. ……….Function is used to release the memory allocated in dynamic memory allocation.
  26. Character range in c is from _______ to __________.
  27. __________ is used to convert Machine language code into High level language.
  28. = is ___________ operator in C language.
  29. The C statement ends with ____________.
  30. ____________ is a collection of same type of elements