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
Explain how can I avoid the abort, retry, fail messages?
What is define c?
What are external variables in c?
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
Write program to remove duplicate in an array?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?
6 Answers Finite Infotech, Lovely Professional University, Wipro,
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
How many levels of indirection in pointers can you have in a single declaration?
0 Answers Agilent, ZS Associates,
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
how to print this sereis 2 4 3 6 5..........?
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?