- Engineering
- Computer Science
- this is c programming problem not c we need...
Question: this is c programming problem not c we need...
Question details
This is C programming problem not C ++
we need to figure out how to combain 3 int to one without array or make it as string
for example
a = 1
b = 2
c = 3
d = 4
e = 5
result that I want is D = 1 2 3 4 5
cant be done by
Solution by an expert tutor
