Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
No Answer is Posted For this Question
Be the First to Post Answer
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
can we print any string in c language without using semicolon(;)(terminator) in whole program.
Write a program to reverse a given number in c?
What does %c do in c?
How can you read a directory in a C program?
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
What is define directive?
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
what is C?
Can a variable be both static and volatile in c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What does the c preprocessor do?