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

what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer

2 Answers  


Write a program in c to print 1 121 12321 1234321 123454321

11 Answers   ANR, College School Exams Tests, Mu Sigma, Wipro,


Write a program to reverse a given number in c?

0 Answers  


What does the file stdio.h contain?

0 Answers  


Explain #pragma statements.

0 Answers  






How can you return multiple values from a function?

0 Answers  


how to swap two nubers by using a function with pointers?

1 Answers  


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

0 Answers  


How can you print HELLO WORLD without using "semicolon"?

7 Answers   HCL, Infosys,


Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.

2 Answers  


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

0 Answers  


What is typedf?

0 Answers  


Categories