Exercise 1.28 You are asked to write a C program to concatenate the binary formats of two given non-negative integers and output the result in decimal format. Input The input consists of the number of test cases, m, in the first line and followed by m test cases. Each test case consists of two non-negative integers in the range between 0 and 216-1, both inclusively. An example is as follows, 3 10 5 62 70 Output The output should be m lines of integer values. Each line should be the decimal format of the corresponding concatenation result. 85 26 7

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter4: Selection Structures
Section4.3: Nested If Statements
Problem 7E
icon
Related questions
icon
Concept explainers
Question

please answer with proper explanation and step by step solution.

how to do?

be careful of the largest case

Exercise 1.28 You are asked to write a C program to concatenate the binary formats of two
given non-negative integers and output the result in decimal format.
Input The input consists of the number of test cases, m, in the first line and followed by m
test cases.
Each test case consists of two non-negative integers in the range between 0 and 216 - 1,
both inclusively.
An example is as follows,
3
10 5
62
70
Output The output should be m lines of integer values. Each line should be the decimal
format of the corresponding concatenation result.
85
26
7
Explanation The binary format 19 1910 the binary format of 5 is 101. The concate-
Transcribed Image Text:Exercise 1.28 You are asked to write a C program to concatenate the binary formats of two given non-negative integers and output the result in decimal format. Input The input consists of the number of test cases, m, in the first line and followed by m test cases. Each test case consists of two non-negative integers in the range between 0 and 216 - 1, both inclusively. An example is as follows, 3 10 5 62 70 Output The output should be m lines of integer values. Each line should be the decimal format of the corresponding concatenation result. 85 26 7 Explanation The binary format 19 1910 the binary format of 5 is 101. The concate-
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Operators
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr