Exam 1: Introduction to C Language
Exam 1: Introduction to C Language48 Questions
Exam 2: Managing Io Operations58 Questions
Select questions type
Which operators of the following have same precedence? P. "!=", Q. "+=", R. "<<="
(Multiple Choice)
4.9/5
(37)
Which of the following is not a valid variable name declaration?
(Multiple Choice)
4.8/5
(44)
Variable name resolution (number of significant characters for the uniqueness of variable) depends on ___________
(Multiple Choice)
4.9/5
(38)
While swapping 2 no' what at precautions to be taken care? b = (b / a); a = a * b; b = a / b;
(Multiple Choice)
4.9/5
(39)
In the standard library of C programming language, which of the following header file is designed for basic mathematical operations?
(Multiple Choice)
4.8/5
(33)
Which of the following data type will throw an error on modulus operation(%)?
(Multiple Choice)
4.9/5
(38)
Which data type is most suitable for storing a number 65000 in a 32-bit system?
(Multiple Choice)
5.0/5
(33)
What is the type of the following assignment expression if x is of type float and y is of type int? y = x + y;
(Multiple Choice)
4.9/5
(41)
Which of the following statements should be used to obtain a remainder after dividing 3.14 by 2.1 ?
(Multiple Choice)
4.7/5
(29)
Which of the following is not a valid variable name declaration?
(Multiple Choice)
4.8/5
(34)
Which among the following is NOT a logical or relational operator?
(Multiple Choice)
4.7/5
(40)
Showing 21 - 40 of 48
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)