Answer Posted / rina
compiler is convert to the program in assembly language to
machin language....
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
For what purpose null pointer used?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
How can I change the size of the dynamically allocated array?
What are the application of c?
What are the 4 types of programming language?
Is it acceptable to declare/define a variable in a c header?
What is the difference between ++a and a++?
What is the difference between new and malloc functions?
Can you write the function prototype, definition and mention the other requirements.
how we can make 3d venturing graphics on outer interface
What is the sizeof () a pointer?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What are the types of variables in c?
Explain what is the benefit of using enum to declare a constant?
Why does not c have an exponentiation operator?