question-how to run a c programme.

Answers were Sorted based on User's Feedback



question-how to run a c programme...

Answer / suresh

press ctrl+f9

Is This Answer Correct ?    13 Yes 0 No

question-how to run a c programme...

Answer / guest

ctrl+f9

Is This Answer Correct ?    9 Yes 2 No

question-how to run a c programme...

Answer / lucky varshney

press ctrl+f9

Is This Answer Correct ?    1 Yes 0 No

question-how to run a c programme...

Answer / sam

In case of unix
cc FileName.c to compile and the output would be in a file
to fetch it
type ./a.out

Is This Answer Correct ?    1 Yes 0 No

question-how to run a c programme...

Answer / mrs.ahmer

The program can be loaded in the memory by selecting
RUN>RUN from menu bar or pressing CTRL+F9.user can display
the output screen be selecting WINDOW>USER SCREEN or
pressing ALT+F5

Is This Answer Correct ?    1 Yes 0 No

question-how to run a c programme...

Answer / jogdand mahesh

Goes DOs Windows and set the path of C language type the
TCC File_Name.C
Your Programe Will be RUN

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Interview Questions

How can you restore a redirected standard stream?

0 Answers  


What is the importance of c in your views?

0 Answers  


I heard that you have to include stdio.h before calling printf. Why?

0 Answers  


Explain what are reserved words?

0 Answers  


logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............

2 Answers   Infosys,






How can I find out how much free space is available on disk?

0 Answers  


Can a void pointer point to a function?

0 Answers  


Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()

2 Answers   Accenture, TCS,


How do I create a directory? How do I remove a directory (and its contents)?

0 Answers  


Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?

1 Answers   HCL,


what is the difference between global variable & static variable declared out side all the function in the file.

2 Answers  


What is the use of extern in c?

0 Answers  


Categories