pierrot's divisor program using c or c++ code
No Answer is Posted For this Question
Be the First to Post Answer
What are structural members?
Which is better pointer or array?
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
What are linker error?
When should volatile modifier be used?
Where are some collections of useful code fragments and examples?
What does nil mean in c?
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
write a program that finds the factorial of a number using recursion?
Write a pro-gramme to determine whether the number is even or odd?
what are the uses of structure?