hi how to convert program from notepad to turboc editor can
u please help me
Answer Posted / musthafa
copy the lines from the notepad and paste in the c program editor.
| Is This Answer Correct ? | 8 Yes | 59 No |
Post New Answer View All Answers
What is an expression?
How can you allocate arrays or structures bigger than 64K?
why do some people write if(0 == x) instead of if(x == 0)?
provide an example of the Group by clause, when would you use this clause
Is the exit() function same as the return statement? Explain.
What extern c means?
What is the use of gets and puts?
What is data structure in c and its types?
What does d mean?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What are identifiers in c?
What is the use of sizeof () in c?
Explain c preprocessor?
how to execute a program using if else condition and the output should enter number and the number is odd only...
how do you execute a c program in unix.