Write a cpp program ,to perfom sum of 3 no’s when we are calling with no parameters,one parameter,two parameters and three parameters from the main function?
Answers
Answered by
0
Answer:
#include<iostream>
int Main() {
print(1+1+1);
}
Similar questions