NL628
0
Q:

c printing char pointer

#include <stdio.h>

int main()
{
char * str = "Hello";
printf("%s\n", str);

return 0;
}
1

New to Communities?

Join the community