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 |
how to find greatet of 10 numbers without using array?
How to write a code for reverse of string without using string functions?
string reverse using recursion
What is #define size in c?
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
How do you write a program which produces its own source code as its output?
Which is the best website to learn c programming?
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?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is hashing in c language?