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
Differentiate between declaring a variable and defining a variable?
What is c language in simple words?
What are the types of bitwise operator?
What is the size of enum in bytes?
What is difference between stdio h and conio h?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
difference between Low, Middle, High Level languages in c ?
How can you pass an array to a function by value?
Is calloc better than malloc?
What is build process in c?
What are linker error?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is a macro in c preprocessor?
What are comments and how do you insert it in a C program?
When should you use a type cast?