Write a program to check armstrong number in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between getch() and getche() in c?
In a switch statement, explain what will happen if a break statement is omitted?
What is c mainly used for?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
What is difference between structure and union with example?
Why c is called a mid level programming language?
Can we access array using pointer in c language?
what is a function method?give example?
Which driver is a pure java driver
write a progrmm in c language take user interface generate table using for loop?
Write a code to generate a series where the next element is the sum of last k terms.
How can you tell whether two strings are the same?