How the C program can be compiled?

Answer Posted / guest

after writing entire code first compile the program using
alt+F9.Then look at the errors and warnings ,after all the
errors and warnings are rectified u can run the program by
ctrl+F9.to watch the output go through the key alt+F5.

Is This Answer Correct ?    16 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of fflush() function?

624


Explain what is the benefit of using an enum rather than a #define constant?

714


What does void main return?

599


What are the various types of control structures in programming?

623


What is clrscr ()?

633






How many main () function we can have in a project?

608


What is the difference between far and near in c?

599


Describe the modifier in c?

597


please explain every phase in the "SDLC" in the dotnet.

2175


When a c file is executed there are many files that are automatically opened what are they files?

589


How do you determine a file’s attributes?

598


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

564


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

759


What are the 5 types of inheritance in c ++?

576


Why is structure padding done in c?

639