Problem Statement:
The function should return a string which can be obtain by concatenating of all the numbers which are divisible by 7 but are not a multiple of 5 from the given
Constraints:
.
• Size of arr is 1000
Range of arr should be between n1 and n2 both inclusive.
Both ni and n2 should be non negative.
• If there are no such numbers, function should return 0.
. Output should be separated by comma(,).
Function Rules:
Fill the missing logic in function divisibleBySevenNotMutipleOfFive with return type char * and parameters as listed below:
int n1
int n2
Answers
Answered by
0
Answer:
true .
Explanation:
It means a Ans 1 is explanation is true
Similar questions