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 2025, 2024, 2023 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. 1What is the result in the variable len after
execution of the following statements?
int len;
char strl[] = {“39 March Road”};
len=strlen( strl);
 A)11
 B)12
 C)13
 D)14
   
Q. 2Consider the following section of C++
program, in which i and n are int variables
n =5;
i = 9;
i = --n;
What are the values of i and n
 A)i=9, n=5
 B)i=4, n=4
 C)i=4, n=5
 D)i=5, n=4
   
Q. 3in C++
1. A member function in base class can be used
by objects if derived class
2. The protection can be decreased in derived
classes
3. Base class can not use any data members of
derived class
 A)Only 1 and 3 are correct
 B)Only 1 and 2 are correct
 C)Only 2 and 3 are correct
 D)All 1, 2 and 3 are correct
   
Q. 4What is the result after execution of the
following code if a is 10, b is 5 and c is 10?
If((a>b) && (a<=C))
a = a + 1;
else
c = c+1;
 A)a = 10, c = 10
 B)a = 11, c = 10
 C)a = 10, c = 11
 D)a = 11, c = 11
   
Q. 5What result is in the variable, num after
execution of the following statements?
Int num = 58;
Num % = 11;
 A)3
 B)5
 C)8
 D)11
   
Click here to get Computer Concepts And C Programming (BC0034) New Question


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