Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 %lu in c?

0 Answers  


Explain how do you declare an array that will hold more than 64kb of data?

0 Answers  


How can you be sure that a program follows the ANSI C standard?

0 Answers   Aspire, Infogain,


11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage

7 Answers   Accenture,


Tell me can the size of an array be declared at runtime?

0 Answers  


what defference between c and c++ ?

6 Answers  


What is your stream meaning?

0 Answers  


enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

4 Answers   ME,


Explain how can I write functions that take a variable number of arguments?

0 Answers  


What is c++ used for today?

0 Answers  


how to print this sereis 2 4 3 6 5..........?

3 Answers  


write a program to print the all 4digits numbers & whose squares must me even numbers?

2 Answers   Virtusa,


Categories