What will the output of this code
#include stringusing namespace std; int main(int argc, char const *argv[]){ char s1[6] = "Hi"; char s2[6] = "sookshamas"; char s3[12] = s1 + " " + s2; couts3; return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login