write the program for prime numbers?
Answer Posted / anmol
#includesd
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a wrapper function in c?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What is the correct code to have following output in c using nested for loop?
Explain what are preprocessor directives?
State the difference between x3 and x[3].
differentiate built-in functions and user – defined functions.
What is the difference between exit() and _exit() function in c?
Explain how can a program be made to print the name of a source file where an error occurs?
What are the general description for loop statement and available loop types in c?
what is the syallabus of computer science students in group- 1?
Write a program to print factorial of given number without using recursion?
What is the difference between formatted&unformatted i/o functions?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
Can you return null in c?
What is main () in c language?