Write a program to check armstrong number in c?


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

Post New Answer

More C Interview Questions

Should I learn c before c++?

0 Answers  


What is the difference between typedef and #define?

0 Answers  


what is call by value and call by reference

4 Answers  


Explain the use of #pragma exit?

0 Answers  


What is maximum size of array in c?

0 Answers  






In CMM or CMMI certified organizations,we assess only the standard software processes of the organization. We do not assess the organizations other functional departments like HR or Admin. Then how can we certify the entire organization as CMM level company?? We have assessed only software related activities. Right. There is no relation with other departments like Accounts, HR or Admin. Then how can we claim that the whole company is a CMM certified company?

1 Answers   Melstar,


What is encapsulation?

2 Answers  


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


what is the different between if-else and switch statment (other than syntax)

26 Answers   CTS, Oracle, Scorpos,


Difference between Class and Struct.

13 Answers   Ericsson, Motorola, Wipro,


Write a program which returns the first non repetitive character in the string?

0 Answers   Expedia,


how to find anagram without using string functions using only loops in c programming

0 Answers  


Categories