What do signed and unsigned means in C++ ?
Answers:
- Signed integer can be negative, unsigned integer cannot.
- Signed integer has undefined behaviour if overflow while unsigned integer wrap around using
modulo.
E.g signed char has size 1byte = 8bit =
28 = range of values from -128 to +127
What is C++ used for in 2014?
- still the most widely used programming language
- still drive much of technology of small devices
- best compatibility with C of any language
- not just client side development, also widely used for server side applications
- used to develop system software, application software, high-performance server, video games, client applications
say
this and that.
How to pronounce Bjarne Stroustrup?
'Be-ar-neh Strov-stroop' according to him.
Check him out here. He is still ALIVE.
Interview Questions
Found a lot of boring questions. I going to build and learn instead.