Write a program to know whether the input number is an armstrong number.
No Answer is Posted For this Question
Be the First to Post Answer
What is a pragma?
What is variable in c example?
Can true be a variable name in c?
what is c language?
What is meant by int fun const(int a, int b) { .... ... }
Is it possible to use curly brackets ({}) to enclose single line code in c program?
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
write a program in c language for the multiplication of two matrices using pointers?
What are keywords c?
What is function prototype in c language?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is a const pointer in c?