Delhi University MCA Computer Previous Year Questions (PYQs)

Delhi University MCA Computer Previous Year Questions (PYQs)

A Place for Latest Exam wise Questions, Videos, Previous Year Papers,
Study Stuff for MCA Examinations
logo

Which of the following operands have equal precedence, in C programming language?
I.       [ ] 
II.       & 
III.      <= 
IV.      ( )

1
2
3
4

logo

The operator a << b shifts binary representation of integer „a‟ by „b‟ bit ________ , in C programming language.

1
2
3
4

logo

Two‟s complement of 00000000 is

1
2
3
4

logo

main() 
   { 
     int i = 4; 
     int j = 10; 
         Statements of the program 
         if ( i > 0) 
           { 
              int i = 44; 
              Statements of the program 
           }
    } 

Given 
I. The local value of I is 44 
II. The global value of I is 4 then

1
2
3
4

logo

Which one of the following is in built data structure of C language?

1
2
3
4

logo

Which of the following operators in C language has right to left associativity:

1
2
3
4

logo

The following in C language is valid 
Variable = expression l ? expression 2: expression 3 

It represents a (an)

1
2
3
4

logo

Which one of the following is incorrect in C language?

1
2
3
4

Delhi University MCA


Online Test Series,
Information About Examination,
Syllabus, Notification
and More.

Click Here to
View More

Delhi University MCA


Online Test Series,
Information About Examination,
Syllabus, Notification
and More.

Click Here to
View More

Ask Your Question or Put Your Review.