Question: Q24) (6pts) In C++ syntax the binary literal value 10101 is written as follows: 0b10101 In a similar fashion, write the following literals in C++
Q24) (6pts) In C++ syntax the binary literal value 10101 is written as follows: 0b10101 In a similar fashion, write the following literals in C++ syntax? Octal int 42 Decimal int 42: Hexadecimal int ADA: Decimal float 42 Decimal double 42: Decimal unsigned 42: Q25) (5pts) const size t len strlen (""1ONN123456789"") What is the value of len
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
