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
why we wont use '&' sing in aceesing the string using scanf
What is the full form of getch?
What is the purpose of 'register' keyword?
Explain about the constants which help in debugging?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Write a program to print “hello world” without using semicolon?
What are the two forms of #include directive?
Why is c called c not d or e?
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
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.
how to find anagram without using string functions using only loops in c programming
Explain about C function prototype?
Why is event driven programming or procedural programming, better within specific scenario?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
How many types of sorting are there in c?