User profile: ErrorExpert

User info
User name:ErrorExpert
History
Joined:
Number of posts:1
Latest posts:

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