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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can I convert a string to a number?

597


What is data structure in c programming?

574


What is the main difference between calloc () and malloc ()?

574


What is equivalent to ++i+++j?

644


What is the difference between text files and binary files?

679






What is extern storage class in c?

513


Are bit fields portable?

680


How are 16- and 32-bit numbers stored?

725


How does selection sort work in c?

624


what is the syallabus of computer science students in group- 1?

1844


a c code by using memory allocation for add ,multiply of sprase matrixes

2305


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

713


What are the c keywords?

750


Are global variables static in c?

677


What will be the outcome of the following conditional statement if the value of variable s is 10?

768