Math, asked by mgill9180, 6 months ago

write a. program using call by value ,address,reffrence using class<​

Answers

Answered by bittumogatalareddy
0

Answer:

Call by value and call by reference in C++

#include <iostream>

using namespace std;

void change(int data);

int main()

{

Similar questions