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

Question 51 : A variable declared in a function can be used in main().
1. True
2. False
3. True if it is declared static
4. None of the mentioned
View Answer   Discuss with Members

Question 53 : Which of the following method is accepted for assignment?
1. 5 = a = b = c = d;
2. a = b = c = d = 5;
3. a = b = 5 = c = d;
4. None of the mentioned
View Answer   Discuss with Members

Question 56 : function tolower(c) defined in library <ctype.h> works for ___________
1. Ascii character set
2. Unicode character set
3. Ascii and utf-8 but not EBCDIC character set
4. Any character set
View Answer   Discuss with Members

Question 58 : Which of the following operators has an associativity from Right to Left?
1. <=
2. <<
3. ==
4. +=
View Answer   Discuss with Members

Question 59 : Which of the following is not a pointer declaration?
1. char a[10];
2. char a[] = {'1', '2', '3', '4'};
3. char *str;
4. char a;
View Answer   Discuss with Members


View 51 - 60 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