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 are pointers? What are different types of pointers?
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)
Do you know the purpose of 'register' keyword?
Using which language Test cases are added in .ptu file of RTRT unit testing???
Why are all header files not declared in every c program?
What is calloc()?
What does typedef struct mean?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
How many levels of pointers have?
Write a program on swapping (100, 50)
Is there a way to compare two structure variables?
difference between native and cross compilers
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
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
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.