operations on constatnt variables#include<iostream> using namespace std; void fun( const int &k) { cout<<k; } int main() {...
This user does not accept Private Messages