Write a program to check armstrong number in c?
No Answer is Posted For this Question
Be the First to Post Answer
What does node * mean?
what does static variable mean?
Why is sizeof () an operator and not a function?
write a programming in c language, 1 3 5 7 9 11
to get a line of text and count the number of vowels in it
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What is the difference between int and float?
What is putchar() function?
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
hi , please send me NIC written test papers to sbabavalli@gmail.com
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Calculate 1*2*3*____*n using recursive function??