Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ get_p
Method
get_p
CPP/questions/SingleInheritance.cpp:10–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
string name;
9
int age;
10
void get_p()
11
{
12
cout<<
"Enter Name\n"
;
13
cin>>name;
14
cout<<
"Enter age\n"
;
15
cin>>age;
16
}
17
void display_p()
18
{
19
cout<<
"Name is "
<<name<<
"\n"
;
Callers
1
get_s
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected