Answer Posted / varun kumar
C is the language which easy understand by the
machine.Because it is also called the machine language.it
convert the source code into object code then into machine
code.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
How does struct work in c?
What is the heap in c?
What is the maximum no. of arguments that can be given in a command line in C.?
What is nested structure?
What is the newline escape sequence?
what is the format specifier for printing a pointer value?
How is actual parameter different from the formal parameter?
What is a nested formula?
what is a function method?give example?
What header files do I need in order to define the standard library functions I use?
Why do we need volatile in c?
What are the disadvantages of external storage class?
What are the 5 types of inheritance in c ++?
What is build process in c?