Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
typedef char*
//Title of this code #include <iostream> typedef char* mystring; mystring citire(mystring s) { std::cin>>s; return s; } int main() { int n=3; mystring s[50]; for(int i=0;i<=n;i++){ s[i] = new char[50]; s[i]=citire(s[i]); } for(int i=0;i<=n;i++){ std::cout<<s[i]<<"\n"; } //std::cout<<s; }
run
|
edit
|
history
|
help
0
Microsoft - MaxEmployeeAttendence (R repititions - Optimised DP)
gcc set_terminate
Building squares using smallest amount of matches
sysFork3
char
pointer
Simulare 2022 SIII, 1
Proyecto 1
2015(M2)Simulare
PriorQ2