Computer Science, asked by shaikhakif8149, 1 month ago

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 PratyushJain69
0

Answer:

#include<iostream>

int Main() {

print(1+1+1);

}

Similar questions