Answers for "call the above greet() function"

C++
0

call the above greet() function

int main() {
     
    // calling a function   
    greet(); 

}
Posted by: Guest on May-03-2021

Browse Popular Code Answers by Language