0
Pls give me the output...
Include <studio.h> int main () { Char*str ="ReplyCodeChallenge"; printf("%c\n",*& Str); Return 0; }
1 Antwort
- 1
Just run the code in Code Playground to see output.
Include <studio.h> int main () { Char*str ="ReplyCodeChallenge"; printf("%c\n",*& Str); Return 0; }