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

Post New Answer

More C Interview Questions

You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.

2 Answers   Microsoft,


Why c is called a mid level programming language?

0 Answers  


plz answer.. a program that takes a string e.g. "345" and returns integer 345

4 Answers  


write a c prog for removing duplicate character from an array and sorting remaining elements using a single array

1 Answers  


What is substring in c?

0 Answers  






can we execute the program with the object file

1 Answers  


What is the process to generate random numbers in c programming language?

0 Answers  


Write a program in c to replace any vowel in a string with z?

0 Answers   IBS,


What are the types of c language?

0 Answers  


If fflush wont work, what can I use to flush input?

0 Answers  


Explain what is a const pointer?

0 Answers  


what is the difference between postfix and prefix unary increment operators?

3 Answers  


Categories