hi how to convert program from notepad to turboc editor can
u please help me
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / musthafa
copy the lines from the notepad and paste in the c program editor.
| Is This Answer Correct ? | 8 Yes | 59 No |
a 'c' program to tell that the set of three coordinates lie on a same line
Explain the difference between fopen() and freopen().
what type of questions arrive in interview over c programming?
Find MAXIMUM of three distinct integers using a single C statement
Can we write a program without main() function?
why we wont use '&' sing in aceesing the string using scanf
what is void pointer?
Can you think of a logic behind the game minesweeper.
What is function prototype?
Q. where is the below variables stored ? - volatile, static, register
define c
Here is a good puzzle: how do you write a program which produces its own source code as output?