I currently have met a problem with printing a special character using skill. ex: π.
pls help!!
You can print any ASCII character using printf. Pi is not among the available characters.
printf("\343") prints ã
Note that the number is Octal.