Latest
Enggfact
Convert your Passion into your Profession
Home
Sitemap
Disclaimer
About Us
Contact Us
Terms
Privacy Policy
New
Contact Us
Loading…
Read more
No comments:
Post a Comment
Home
Recent Posts
Popular
program to find table of a number-by enggfact
In C language if you want to built a program to find table of given number then what to do?so this post is going to discuss about this ques...
program to find area and circumference of circle-by enggfact
#include<stdio.h> int main() { int r; float A,C; printf("enter radius"); sacnf("%d",&r); A=22/7.0*r*r;...
program to convert velocity from km/hr to m/sec-by enggfact
#include<stdio.h> int main() { float v,a; printf("enter veocity in km/hr"); scanf("%f",&v); a=5/18.0*v;...
program to input a three digit number and check whether it is ARMSTRONG NUMBER or not-by enggfact
First know about what is ARMSTRONG NUMBER -"If sum of the digits raise to the power number of the digits is equal to given number,the...
program to check whether the given number if palindrome or not-by enggfact
WHAT IS PALINDROME NUMBER -"If you reverse the given number and it gives same number then it is known as Palindrome number." exa...
Sponsor
Categories
Android
(1)
C programming
(17)
DSA
(2)
HTML and CSS
(5)
Java
(1)
Contact Form
Name
Email
*
Message
*
Featured Post
How to solve - Gradle Project Sync Error in Android Studio - Best Solution (2021)?
No comments:
Post a Comment