0
Can i run a program without any header file?
6 Réponses
0
no
0
no header file is necessary because without it we cannot give input output in program
0
nope
0
technically yes you can, but you'll be limited to what you can do. basically just arithmetic and that's it
0
You can. If you write in assembly I believe.
0
any program you write gets broken down I to assembly instructions so essentially you would just be recreating the header file if you wrote it in assembly