Answer Posted / hrpynux@gmail.com
The basic difference between source code and object code is that source code is written by a programmer while an object code is produced when a source code is compiled. Source code is created with a text editor or a visual programming tool and then saved in a file and object code is processed by the CPU in a computer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can a void pointer point to a function?
How can I call fortran?
How do you use a 'Local Block'?
How many bytes is a struct in c?
What is a dynamic array in c?
What does s c mean on snapchat?
Why flag is used in c?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
Write a code to remove duplicates in a string.
Why can't I perform arithmetic on a void* pointer?
How do I swap bytes?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Is it possible to pass an entire structure to functions?
Why c is faster than c++?
What are the modifiers available in c programming language?