P2Pprogrammer 2 programmer


Home > Download > SMU - Question Paper > BCA > BC0034

Computer Concepts And C Programming


This is the collection of Sikkim Manipal University (SMU) question and answers for Computer Concepts And C Programming. It will help to prepare your examination. All question paper are classified as per semester, subject code and question type of Part A, Part B and Part C with multiple choice options as same as actual examination. SMU question papers includes year 2024, 2023, 2022 Sem I, II, III, IV, V, VI examinations of all subjects.

SMU question test set of old, last and previous year are updated regularly and it is absolutely free to use. Question paper includes Visual basic 6, VB.Net, C#, ASP.Net, Web, Oracle, Database, SQL, Software Engineering, C, C++, OOPS, MBA, MCA, BSC IT I have requested you kindly send me the question paper of Computer Concepts And C Programming, SMU - Bachelor of Computer Application.

Course Name        BCA (Bachelor of Computer Application)

Subject Code       BC0034 (Computer Concepts And C Programming)

Get Questions        PART - A    PART - B    PART - C

Subject : Computer Concepts And C Programming

     BC0034 : PART - B    


Q. 155. If y has the value 5 what will be the value
of the variable y after the following piece of
C++ is executed?
If(y>0)
y +=2
else
y = 3
 A)5
 B)7
 C)3
 D)2
   
Q. 2What are the first and last of I output by
this loop?
N = 10;
I = 0;
do{
cout << I << endl;
} while ( ++I
 A)1 and 9
 B)0 and 9
 C)0 and 10
 D)1 and 10
   
Q. 3A student is given a grade from “A” to ‘F’ in
a test. So averages can be calculated it is
required to assign marks to these grades as
follows, ‘A’ is 10, ‘B’ is 8, ‘C’ is 6, ‘D’ is 4, ‘E’ is
2 and ‘F’ is 0. In C++ which of the following ar
 A)1
 B)1 and 2
 C)1 and 4
 D)3
   
Q. 4____ ios flag is used to flush all stream
after insertion and ____ ios flag is used to
indicate base indicator as output.
 A)skipws; showpos
 B)unitbuf; showbase
 C)internal; dec
 D)stdio; showpoint
   
Q. 5 ____ and____ operators can not be over
loaded
 A):: : +
 B)*; ::
 C).:*
 D)-;.
   
Click here to get Computer Concepts And C Programming (BC0034) New Question


Home > Download > SMU - Question Paper > BCA > BC0034