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

What is the purpose of main() function?

0 Answers  


what is dangling pointer?

1 Answers   LG Soft,


What is the purpose of void pointer?

0 Answers  


what is the difference between while and do while?

2 Answers  


How can I set an array's size at run time?

9 Answers  






Explain the difference between the local variable and global variable in c?

0 Answers  


Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv

6 Answers   Accenture,


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print

0 Answers  


why division operator not work in case of float constant?

2 Answers  


why we wont use '&' sing in aceesing the string using scanf

0 Answers   HCL,


10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

5 Answers   Accenture,


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

0 Answers  


Categories