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
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Explain c preprocessor?
What are structure members?
When is the “void” keyword used in a function?
Write a program to print all permutations of a given string.
Are there namespaces in c?
write a program in c language to print your bio-data on the screen by using functions.
What is modifier & how many types of modifiers available in c?
Why is void main used?
What is const and volatile in c?
What is the difference between struct and union in C?
Are local variables initialized to zero by default in c?
#include
What are the different types of control structures in programming?
What standard functions are available to manipulate strings?