How To Exam?

a knowledge trading engine...


Sikkim-Manipal University of Health Medical and Technological Sciences (SMUHMTS) 2008 M.C.A Model OF Computer Programming ‘C Language’ MC 0061 - Question Paper

Monday, 10 June 2013 11:25Web
b. We are telling “How to do?”
c. We are telling “Not to do.”
d. We are telling “Why to do?”

30) Visibility of a variable means
a. How much the capacity of the variable?
b. How much the rest of the program can access the variable?
c. How many times the variable is used?
d. How many times the value is changed?

31) The auto storage class
a. keeps value within the block
b. destroys value within the block
c. copies value to global variable
d. transfer value to the other function

32) If we include header files in the program , then
a. It compiles more number of lines
b. It compiles identical number of lines
c. It complies less number of lines
d. None of the above.

33) In language C ,variable number of signature is
a. not possible
b. possible
c. possible for a few special function
d. Possible for main function only

34) In language C , Array index begins with
a. -1
b. 0
c. 1
d. 2

35) For integer array, max number that can store into 1 cell
a. 32,768
b. 65,535
c. 100000
d. 1

36) For character array, how many character(s) can store in a single cell
a. 1 Character
b. 2 Characters
c. More than Ten Characters
d. More than Hundred Characters

37) In case of pointer operation & is called
a. Value of
b. Address of
c. Data of
d. None of the above

38) Structure is a
a. Fundamental Data kind
b. User described Data kind
c. Homogeneous Data kind
d. None of the above

39) To create structure we use the key word
a. str
b. struc
c. struct
d. structure

40) Dynamic memory allocation means
a. we can allocate disk memory at any time
b. We can allocate main memory at any point of time
c. We can reallocate static memory at any time
d. None of the above

Part B (Two Mark Question)

41) What will be the value of d (assume d to be a float) after the operation d=2/7.0?
a. 0
b. 0.2857140
c. 0.3343334
d. 1.0010232

42) The expression, a=30*1000+2893 ; evaluates to



( 0 Votes )

Add comment


Security code
Refresh

Earning:   Approval pending.
You are here: PAPER Sikkim-Manipal University of Health Medical and Technological Sciences (SMUHMTS) 2008 M.C.A Model OF Computer Programming ‘C Language’ MC 0061 - Question Paper