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

Post New Answer

More C Interview Questions

can a union be self-referenced?

1 Answers  


can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?

2 Answers  


How are Structure passing and returning implemented by the complier?

0 Answers   TISL,


What is the memory allocated by the following definition ? int (*x)[10];

4 Answers   ADITI, Wipro,


Is c dynamically typed?

0 Answers  






how to find sum of digits in C?

21 Answers   CTS, Infosys,


What are the parts of c program?

0 Answers  


Write code for finding depth of tree

2 Answers   Adobe,


#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā€); #endif

4 Answers   IBM, Vector,


What is an array in c?

0 Answers  


Write a code on reverse string and its complexity.

0 Answers   Expedia,


What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.

1 Answers  


Categories