How the C program can be compiled?

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


Please Help Members By Posting Answers For Below Questions

How do you determine a file’s attributes?

830


What is the right type to use for boolean values in c? Is there a standard type?

815


What is difference between scanf and gets?

883


What is pointer to pointer in c?

879


Explain the difference between malloc() and calloc() function?

822


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1695


Write a program to print “hello world” without using semicolon?

913


What is a #include preprocessor?

847


Describe the steps to insert data into a singly linked list.

847


What is an lvalue in c?

914


What will be your course of action for a push operation?

875


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

917


How do you write a program which produces its own source code as output?

860


What type of function is main ()?

822


What is 02d in c?

859