SubhanUllah Posted October 31, 2022 Report Posted October 31, 2022 #include <stdio.h> int main(){ for(int i = 0x20; i<0x30; i++){ printf("%d ", i); printf("%c\n", i); } } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.