Write a code to generate divisors of an integer?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Is the exit() function same as the return statement? Explain.

0 Answers   Agilent, ZS Associates,


What is the purpose of sprintf() function?

0 Answers  


What is a floating point in c?

0 Answers  


Do you have any idea about the use of "auto" keyword?

0 Answers  


write a program to print the one dimensional array.

1 Answers  






What is clrscr ()?

0 Answers  


What is the right type to use for boolean values in c? Is there a standard type?

0 Answers  


WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }

25 Answers  


what is develop in c language

2 Answers  


what is the role you expect in software industry?

0 Answers   HCL,


How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;

2 Answers  


How many types of errors are there in c language? Explain

0 Answers  


Categories