Lecture 2
Lecture 2
return 0;
}
Character and ASCII
Code in Dev C++ or Mobile C
ASCII Table from Reference
Deitel & Deitel Appendix B
q = 113
Character and ASCII
/* This program is to display the numerical value of ASCII character */ comments
#include <stdio.h>
return 0;
}
Quiz: Reverse the process,
Enter the decimal as user input
Display the ASCII character
Concept of Pseudo code
Kind of draft outline or sketch without worrying about the grammar, syntax etc.
Its like how you write daily journal. Content and your thoughts that count.