Can i run a program without any header file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can i run a program without any header file?

11th Aug 2016, 2:21 PM
Karthi Keyan
Karthi Keyan - avatar
6 Answers
0
no
11th Aug 2016, 2:54 PM
rahul lunagariya
rahul lunagariya - avatar
0
no header file is necessary because without it we cannot give input output in program
11th Aug 2016, 3:34 PM
PRANJAL AGNIHOTRI
PRANJAL AGNIHOTRI - avatar
0
nope
11th Aug 2016, 4:13 PM
Jayanth
Jayanth - avatar
0
technically yes you can, but you'll be limited to what you can do. basically just arithmetic and that's it
11th Aug 2016, 4:49 PM
destro
0
You can. If you write in assembly I believe.
12th Aug 2016, 8:27 PM
sidharth arora
sidharth arora - avatar
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
12th Aug 2016, 8:29 PM
destro