How to open your exe file? I used all possible functions like getch() ; and system ("pause") .... Still it's not waitng screen | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How to open your exe file? I used all possible functions like getch() ; and system ("pause") .... Still it's not waitng screen

20th May 2020, 12:18 PM
Amisha Jha
Amisha Jha - avatar
1 Answer
0
#include <stdlib.h> #include <stdio.h> int main() { (void)system("C:WindowsSystem32notepad.exe"); return(0); }
20th May 2020, 12:24 PM
Tarun Kumar
Tarun Kumar - avatar