write the program for prime numbers?
Answer Posted / anmol
#includesd
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why enum is used in c?
Tell us two differences between new () and malloc ()?
what is the different bitween abap and abap-hr?
Can a local variable be volatile in c?
What is getch?
What does c mean before a date?
How is a pointer variable declared?
Why do we use main function?
What is operator promotion?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What are the rules for identifiers in c?
What does calloc stand for?
using only #include
Can math operations be performed on a void pointer?
What is merge sort in c?