Previous Year Very Short Questions of C (DIPLOMA computer 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 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. Every program statement in a C program must end with a……………..
  2. A ……. Statement takes the execution control out of the loop.
  3. Function always return a single value.(T/F).
  4. Logical errors are difficult to detect.(T/F).
  5. Empty parenthesis after main function is necessary. (T/F).
  6. ‘C’ is middle level language.(T/F).
  7. …….. Function is used to open a file in C language.
  8. Array is data type.(T/F).
  9. A….. ..Statement allows you to execute a statement repeatedly.
  10. An array which can hold the address of another array is called………