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

how to find greatet of 10 numbers without using array?

4 Answers  


How to write a code for reverse of string without using string functions?

0 Answers   TCS,


string reverse using recursion

0 Answers   Mind Tree,


What is #define size in c?

0 Answers  


int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


How do you write a program which produces its own source code as its output?

4 Answers  


Which is the best website to learn c programming?

0 Answers  


write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 Answers   Motorola, TCS, Wipro,


Write a program to use switch statement.

0 Answers   Agilent, Integreon, ZS Associates,


How can I make sure that my program is the only one accessing a file?

0 Answers  


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  


What is hashing in c language?

0 Answers  


Categories