i want to asked a question about c program the question is:
create a c program that displays all prime numbers less than
500? using looping statement
Answer Posted / vadivelt
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what is the benefit of using #define to declare a constant?
If the size of int data type is two bytes, what is the range of signed int data type?
Why malloc is faster than calloc?
What is function definition in c?
What are lookup tables in c?
What is bubble sort in c?
What is a const pointer in c?
What is structure of c program?
Write a program with dynamically allocation of variable.
Do you know what are bitwise shift operators in c programming?
Does c have an equivalent to pascals with statement?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Can the “if” function be used in comparing strings?
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 volatile c?