Previous Year Very Short Questions of CPA (DIPLOMA electrical engineering 3rd)

Computer programming and applications

Previous year question paper with solutions for Computer programming and applications

Our website provides solved previous year question paper for Computer programming and applications . 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. The comma and Blank spaces be included within constants.(T/F)
  2. The scanf() function reads ………. From stdin.
  3. Any C statement always ends with ………
  4. A string in C is actually a character data type. (T/F)
  5. Arithmetic operators are………………..
  6. C is a case sensitive language. (T/F)
  7. The C was invented by Dennis Rithcie at Bell Labs in 1972.(T/F)
  8. In C, size of an int variable is …………..bytes.
  9. C sometimes referred to as a”high-level-language”.(T/F)
  10. The closing brace of main function signals the end of the program.(T/F)
  11. Compiler converts ………..language to machine language.
  12. The ………. Function is used to display output on the screen.
  13. Any C statement always ends with ………
  14. A string in C is actually a character data type. (T/F)
  15. Pointers are declared by using……..
  16. C is a case sensitive language. (T/F)
  17. The data types are declared using the keywords char,int,float and double respectively.(T/F)
  18. In MATLAB, technical problems can be solved more faster than C,C++.(T/F)
  19. In C, ML stands for ………
  20. The………….Preprocessor is used to include files like header files stdio.h ,conio.h in beginning of C program.
  21. In C, size of an int variable is …………..bytes.
  22. %s is used for ………………..
  23. == is an …………………operator.
  24. Array is a collection of ………………… data elements.
  25. n means …………………
  26. && is aan ……………operator in C language.
  27. Double in a C is a ………………….
  28. is ………………… in C language.
  29. Structure is ……………………. Data type.
  30. When we repeat a set of statement, then we make use of………..
  31. The……….statement must be used for each case in a switch statement in ’C’ language.