#include <stdio.h>
int main()
{
printf("এটি একটি সি প্রোগ্রাম");
return 0;
}
How to print the non English text(Bangla) that is written inside the printf function? -using Vs Code
Asked
Active
Viewed 32 times
0
Craig Estey
- 26,185
- 3
- 20
- 42
Farhan Tanvir
- 11
- 1
-
https://stackoverflow.com/questions/10007261/why-doesnt-printf-format-unicode-parameters – Gerhard May 13 '22 at 08:09