Write a program to check armstrong number in c?
No Answer is Posted For this Question
Be the First to Post Answer
why we use "include" word before calling the header file. is there any special name for that include??????
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
c program to compute AREA under integral
void main() { int a=1; while(a++<=1) while(a++<=2); }
A C E G H +B D F A I ------------ E F G H D
Are there namespaces in c?
How can this be legal c?
What does calloc stand for?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
main() { int i; printf("%d",i^i); }
How do you print only part of a string?
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};