hi friends,
i hav just started learning c++.i hav a pgm in C.but i don't know how to do the same in c++.so, can anyone help me out??????
the pgm in C is:
main () {
char s[10] = "GOOD";
printf ("%s, %u, %u\n", s, s, "GOOD");
}
o/p:
GOOD, 1324568(addres...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.