P2Pprogrammer 2 programmer


Home > Download > SMU - Question Paper > MCA > MC0061

Computer Programming ―C Language


This is the collection of Sikkim Manipal University (SMU) question and answers for Computer Programming ―C Language. 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 Programming ―C Language, SMU - Master of Computer Application.

Course Name        MCA (Master of Computer Application)

Subject Code       MC0061 (Computer Programming ―C Language)

Get Questions        PART - A    PART - B    PART - C

Subject : Computer Programming ―C Language

     MC0061 : PART - B    


Q. 1____ and____ operators can not be over loaded
 A) :: : +
 B) *; ::
 C) .:*
 D) -;.
   
Q. 2The ___ files created by the block of memory
1. Binary files
2. ASCII files
3. Non- ACII files
 A)Only 1
 B)Only 1 and 3
 C)Only 2 and3
 D)Only 1, 2 and3
   
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 are appropriate to do this?
1. Switch statement
2. Do statement
3. If statement
4. For statement
 A)1
 B)1 and 2
 C)1 and 4
 D)3
   
Q. 4In C++ ___ denotes escape characters and ___ denotes single line comment
 A)// and /
 B)/ and */
 C)/ and //
 D)* and /n
   
Q. 5The output of the following code if input is 32767
#include
void main()
{
int union;
cout<<”Enter the integer”;
cin>union;
cout>> “The next number in the series is”<<
**union;
}
 A)23768
 B)Run time error
 C)Compilation error
 D)32767
   
Click here to get Computer Programming ―C Language (MC0061) New Question


Home > Download > SMU - Question Paper > MCA > MC0061