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
Explain bit masking in c?
What is a void pointer in c?
What does %p mean c?
What are the types of bitwise operator?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
which is an algorithm for sorting in a growing Lexicographic order
What would be an example of a structure analogous to structure c?
What is atoi and atof in c?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What are integer variable, floating-point variable and character variable?
What is wrong with this initialization?
Why does not c have an exponentiation operator?
What are the 5 types of organizational structures?
Explain why C language is procedural?