Differentiate Source Codes from Object Codes
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 |
c pgm count no of lines , blanks, tabs in a para(File concept)
What is meant by inheritance?
How was c created?
Is c still used?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is the use of f in c?
What is enumerated data type in c?
write a program to print sum of each row of a 2D array.
What are the preprocessor categories?
Explain how can I write functions that take a variable number of arguments?
Why c++ is called c++ and not c+?
What is auto keyword in c?