hi how to convert program from notepad to turboc editor can
u please help me
Answer Posted / 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 |
Post New Answer View All Answers
Describe the modifier in c?
Explain the difference between exit() and _exit() function?
difference between object file and executable file
What is the purpose of realloc()?
What is %s and %d in c?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Do you know what are bitwise shift operators in c programming?
What is const and volatile in c?
Linked lists -- can you tell me how to check whether a linked list is circular?
Who invented b language?
what are enumerations in C
Can main () be called recursively?
What are local static variables?
Explain the properties of union.