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

What is #define used for in c?

605


What is indirection? How many levels of pointers can you have?

650


Is anything faster than c?

575


Is main an identifier in c?

591


Is it better to use a macro or a function?

644






How can you read a directory in a C program?

643


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1620


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1062


What is the right type to use for boolean values in c?

574


Can a program have two main functions?

563


How do I round numbers?

589


write a c program to calculate sum of digits till it reduces to a single digit using recursion

2709


How can I manipulate strings of multibyte characters?

629


Write a program to print factorial of given number using recursion?

595


What are compound statements?

622