the maximum value that an integer constant can have is
a) -32767
b) 32767
c) 1.701e+38
d) -1.7014e+38
Answer Posted / sadia
B
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is auto keyword in c?
How is = symbol different from == symbol in c programming?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Describe the modifier in c?
What is clrscr ()?
What is meant by realloc()?
Why does notstrcat(string, "!");Work?
Are the variables argc and argv are always local to main?
What are the types of data types and explain?
What are data structures in c and how to use them?
What do you understand by friend-functions? How are they used?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
What is a static function in c?
Why clrscr is used in c?
How can I implement a delay, or time a users response, with sub-second resolution?