Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular searches:
if-else
class-diagram
flowchart
Polymorphism
Home
Questions
Questions
Study lists
hamza shaheen Questions
5601 Questions
Write a C++ program to check two given integers and return the value whichever value is nearest to 13 without going over. Return 0 if both numbers go over
C++ programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
103
Write a C++ program to check three given integers (small, medium and large) and return true if the difference between small and medium and the difference between medium and large is same
C++ programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
116
Write a C++ program to create a new string using two given strings s1, s2, the format of the new string will be s1s2s2s1
C++ programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
205
Write a C++ program to insert a given string into middle of the another given string of length 4
C++ programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
194
Write a C++ program to create a new string using three copies of the last two character of a given string of length atleast two
C++ programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
182
Write a C++ program to create a new string using first two characters of a given string. If the string length is less than 2 then return the original string
C++ programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
194
Write a C++ program to create a new string of the first half of a given string of even length
C++ programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
107
Write a C++ program to create a new string without the first and last character of a given string of length atleast two
C++ programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
137
Write a C++ program to test if a given non-negative number is a multiple of 13 or it is one more than a multiple of 13
C++ programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
169
Write a C++ program to check if a given non-negative given number is a multiple of 3 or 7, but not both
C++ programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
159
Write a C++ program to check if a given number is within 2 of a multiple of 10
C++ programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
89
Write a C++ program to compute the sum of the two given integers. If one of the given integer value is in the range 10..20 inclusive return 18
C++ programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
162
Write a C++ program to check whether a given string starts with "F" or ends with "B". If the string starts with "F" return "Fizz" and return "Buzz" if it ends with "B" If the string starts with "F" and ends with "B" return "FizzBuzz". In other cases return the original string
C++ programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
172
Total:
5601
Previous
359
360
361
362
363
Next
Go