Posts by Alan Cesar • 13 points
1 post
-
1
votes1
answer1230
viewsQ: Which library to use to pause the system instead of getch?
#include <stdio.h> #include <conio.h> int main() { int x=4, y=7; printf("&X:%X &Y:%X x e y (%d,%d)\n",&x,&y,x,y); int *px, *py; px =…