em C Char para cordas
cannot open source file "stddef.h"
Thakur Paudel
cannot open source file "stddef.h"
Use ASCII chart.
int i=65;
char ch;
ch= (char)i;
printf("Expected value of ch: A. This value is found by using a ASCII chart");