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...


hi how to convert program from notepad to turboc editor can
u please help me

Answers were Sorted based on User's Feedback



hi how to convert program from notepad to turboc editor can u please help me..

Answer / vignesh1988i

1) just save ur notepad program with extension .c or .cpp
2) cut that notepad file from the location and paste it in ur folder where all ur turboC files are stored...
3) open ur Turbo C editor... and open the file which u have pasted... it will be available for u..


thank u

Is This Answer Correct ?    71 Yes 33 No

hi how to convert program from notepad to turboc editor can u please help me..

Answer / kiran

Type the C Program and save it in the location where your C Programs are stored. Open TC compiler and select the file, compile and run.

Is This Answer Correct ?    2 Yes 7 No

hi how to convert program from notepad to turboc editor can u please help me..

Answer / musthafa

copy the lines from the notepad and paste in the c program editor.

Is This Answer Correct ?    8 Yes 59 No

Post New Answer

More C Interview Questions

What is the purpose of 'register' keyword?

0 Answers  


What is void main ()?

0 Answers  


Method Overloading exist in c ?

3 Answers   Wipro,


What are # preprocessor operator in c?

0 Answers  


find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }

10 Answers   Amdocs, TCS,


A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }

2 Answers   Wipro,


How to write the code of the program to swap two numbers with in one statement?

2 Answers  


Define a structure to store the record of library. The record must consist of at least following fields: Title, Author, Edition, Price, Publisher, and Category. -Define functions authorSearch ( ), TitleSearch ( ) and CategorySearch ( ) to search a book with respect to author, title and category. [There can be more than one book, written by one author, in one category]

2 Answers  


Does sprintf put null character?

0 Answers  


Are bit fields portable?

0 Answers   EXL,


How many bytes is a struct in c?

0 Answers  


Find the highest of three numbers and print them using ascending orders?

1 Answers  


Categories