- This topic is empty.
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Software programming learning aide
CS50 threads to aide as a supplementary resource › Forums › CS50’s Introduction to Computer Science by Harvard University on Edx › Week 2 › How to have ASCII code for this char
Tagged: arrays, arrays in C
Facing hurdle in printing ASCII code of a character.
I intend to have printed ASCII code of A. Help appreciated in knowing what is wrong with this code:
int t = int[A];
printf("%i",t);
Reply
https://edstem.org/us/courses/176/discussion/1783077?[learn_press_profile]