Data Types and Operators on C related Questions and Answers - Page 7

Question 61 : Which of the following type-casting have chances for wrap around?
1. From int to float
2. From int to char
3. From char to short
4. From char to int
View Answer   Discuss with Members

Question 62 : Which among the following are the fundamental arithmetic operators, i.e, performing the desired operation can be done using that operator only?
1. +, –
2. +, -, %
3. +, -, *, /
4. +, -, *, /, %
View Answer   Discuss with Members

Question 65 : Which keyword is used to prevent any changes in the variable within a C program?
1. immutable
2. mutable
3. const
4. volatile
View Answer   Discuss with Members

Question 66 : C99 standard guarantees uniqueness of ____ characters for internal names.
1. 31
2. 63
3. 12
4. 14
View Answer   Discuss with Members

Question 67 : Which of the following is not a valid variable name declaration?
1. int _a3;
2. int a_3;
3. int 3_a;
4. int _3a
View Answer   Discuss with Members

Question 68 : Which of the following is an invalid assignment operator?
1. a %= 10;
2. a /= 10;
3. a |= 10;
4. None of the mentioned
View Answer   Discuss with Members

Question 70 : Which of the following cannot be a variable name in C?
1. volatile
2. true
3. friend
4. export
View Answer   Discuss with Members


View 61 - 70 of 78 Questions

* Be the First to Post a Comment.

Submit comment :


Captcha Image
Reload

Ask Question

Captcha Image
Reload

Note : Name and Email never shown.





Subscribe


Become a part of EducationForever. Subscribe to our FREE Newsletter