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


Please Help Members By Posting Answers For Below Questions

What are pointers? What are different types of pointers?

814


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1864


Do you know the purpose of 'register' keyword?

811


Using which language Test cases are added in .ptu file of RTRT unit testing???

3983


Why are all header files not declared in every c program?

805


What is calloc()?

821


What does typedef struct mean?

845


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

854


How many levels of pointers have?

791


Write a program on swapping (100, 50)

856


Is there a way to compare two structure variables?

832


difference between native and cross compilers

1865


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

844


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

1906


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

2204