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
Why doesnt that code work?
What are enumerated types?
Define C in your own Language.
What is typedef example?
What do you mean by keywords in c?
What is the difference between volatile and const volatile?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is the meaning of && in c?
What is the size of a union variable?
What is derived datatype in c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is the total generic pointer type?
How can I determine whether a machines byte order is big-endian or little-endian?
largest Of three Number using without if condition?
what are the 10 different models of writing an addition program in C language?