Chapter 2¶
- Exercise 2.1 - Count the Ranges
- Exercise 2.2 - Write getline without && and || operator
- Exercise 2.3 - Converting Hexadecimal Digits Into Integers
- Exercise 2.4 - Compare S1, S2 To Delete Same Character in S1
- Exercise 2.5 - return the first location in the string s1 comparing s2
- Exercise 2.6 - Setting bits at a position n
- Exercise 2.7-Setting bits at a position n Inverted
- Exercise 2.8-returns the value of the integer x rotated to the right by n positions
- Exercise 2.9 - two’s complement number system
- Exercise 2.10 - upper case letters to lower case