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

What is the need of structure in c?

0 Answers  


What does s c mean in text?

0 Answers  


Determine if a number is a power of 2 at O(1).

2 Answers  


What is function prototype in c language?

0 Answers  


Is c easier than java?

0 Answers  






Give me basis knowledge of c , c++...

5 Answers  


code for reverse alternate words from astring

1 Answers   IBM,


#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}

3 Answers  


What is null pointer in c?

0 Answers  


When should volatile modifier be used?

0 Answers  


let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  


int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?

6 Answers   TCS,


Categories