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
What is "Duff's Device"?
1,1,5,17,61,217,?,?.
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
What are multibyte characters?
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
what is available in C language but not in C++?
10 Answers CTS, TCS,
what is c programming?
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
What is the use of keyword VOLATILE in C?
What is #line?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"