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 enumerated types in c language?
What is the general form of function in c?
Do you know the difference between exit() and _exit() function in c?
Explain modulus operator. What are the restrictions of a modulus operator?
What is c language in simple words?
How are 16- and 32-bit numbers stored?
What is the size of structure in c?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What are extern variables in c?
shorting algorithmS
Can main () be called recursively?
What are the types of type specifiers?
How is actual parameter different from the formal parameter?
What are the loops in c?