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

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

2059


What is the full form of getch?

862


What is the purpose of 'register' keyword?

882


Explain about the constants which help in debugging?

1075


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

2098


Write a program to print “hello world” without using semicolon?

875


What are the two forms of #include directive?

854


Why is c called c not d or e?

837


what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9

1620


Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

5095


how to find anagram without using string functions using only loops in c programming

2922


Explain about C function prototype?

809


Why is event driven programming or procedural programming, better within specific scenario?

2157


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3426


How many types of sorting are there in c?

813