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); } }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now