文字の ASCII 値を変数に格納したいのですが、どうすればよいですか?
例えば :
r ASCII variable = 82
main()
{
character = "character read from a file";
variable= "r ascii"; //(in this case 82), the problem is that the letter is always variable.;
printf( "the value of %c is %d, character, variable)
}
これどうやってするの?
.txt
また、余分な注意として、ファイルを文字単位で読み取るにはどうすればよいですか? そのため、文字変数に保存できます。