what is mean by machine level code and how to view it? – Debian
We know machine level code are in form of 0,1 (binary). Now, in c programming using gcc for a program if cmd is - gcc -c ok.c where ok.c is a simple program to print "hi" in c. Now, a…
We know machine level code are in form of 0,1 (binary). Now, in c programming using gcc for a program if cmd is - gcc -c ok.c where ok.c is a simple program to print "hi" in c. Now, a…