Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
c++ x 2

2 Posted Topics

Member Avatar for younas khan

Write a program that defines a template function named add(). This function takes two arguments, add two variables and then return the sum. In main function, define two variables of type int, two variables of type float and two objects of type ‘String’. Now call the add() function three times …

Member Avatar for amrith92
0
131
Member Avatar for yasir Malik

[code=cplusplus] // kindly complete this code // date class with set methods to set the day, month and year # include <iostream> using namespace std; # include <cstring> class Time // defining the date class { public: // interface of the class void display (); // to display the date …

Member Avatar for skatamatic
0
1K

The End.