write the program for prime numbers?
Answer Posted / tayyab ali
write the program to print prime numbers from 1 to 1000?
| Is This Answer Correct ? | 16 Yes | 11 No |
Post New Answer View All Answers
Explain how can I manipulate strings of multibyte characters?
What are high level languages like C and FORTRAN also known as?
Define recursion in c.
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
#include
write a c program for swapping two strings using pointer
Explain what is the benefit of using an enum rather than a #define constant?
What is include directive in c?
Explain what is meant by high-order and low-order bytes?
What is main return c?
Discuss the function of conditional operator, size of operator and comma operator with examples.
what type of questions arrive in interview over c programming?
How to draw the flowchart for structure programs?
What is selection sort in c?
what is the format specifier for printing a pointer value?