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
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
State two uses of pointers in C?
What is the hardest programming language?
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
Differentiate between functions getch() and getche().
What are the data types present in c?
Software Interview Questions
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
What is the diffrent between while and do while statement ?
What's the difference between calloc() and malloc()?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array