Previous Year Very Short Questions of CP (DIPLOMA computer science engineering 4th)

Previous year question paper with solutions for

Our website provides solved previous year question paper for . Doing preparation from the previous year question paper helps you to get good marks in exams. From our CP 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 used to read formatted input?
  2. C is a structured programming language? (TF)
  3. Name various storage classes used in C language?
  4. Character array is called __________?
  5. ____ is a variable which holds the address of another variable?
  6. What do you mean by global variable?
  7. %f is used for _________?
  8. What do you mean by syntax error?
  9. _____ is used to convert high level language into low level language ?
  10. How many times hello is printed for ( i=0; i>10; ) { printf(“hello”); i++; }