how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / pratheeba
compiler
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
What is the use of gets and puts?
How can you increase the size of a statically allocated array?
How are variables declared in c?
What is else if ladder?
What does c value mean?
explain what are pointers?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
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 are the types of pointers?
What is the difference between the local variable and global variable in c?
Describe the difference between = and == symbols in c programming?
FILE PROGRAMMING
Why isn't it being handled properly?
What is typedef?
how we can make 3d venturing graphics on outer interface