program in c to print 1 to 100 without using loop
Answer Posted / rajasekhar
excellent thiking
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Write a program to generate the Fibinocci Series
What is console in c language?
What are the __date__ and __time__ preprocessor commands?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
What is function and its example?
What are all different types of pointers in c?
int far *near * p; means
Differentiate fundamental data types and derived data types in C.
What extern c means?
What is void main () in c?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Is this program statement valid? INT = 10.50;
Why c language?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is a shell structure examples?