Home Whiteboard Graphing Calculator Online Compilers Articles Tools

Explore Categories

Find the perfect tutorial for your learning journey

Python TechnologiesDatabasesComputer ProgrammingWeb DevelopmentJava TechnologiesComputer ScienceMobile DevelopmentBig Data & AnalyticsMicrosoft TechnologiesDevOpsLatest TechnologiesMachine LearningDigital MarketingSoftware QualityManagement Tutorials View All Categories
Tutorials Courses Jobs Login
Learn C By Examples Tutorial
  • Learn C by Examples - Home
  • C Examples - Simple Programs
  • C Examples - Loops/Iterations
  • C Examples - Patterns
  • C Examples - Arrays
  • C Examples - Strings
  • C Examples - Mathematics
  • C Examples - Linked List
  • Learn C By Examples - Quick Guide
  • Learn C By Examples - Resources
  • Learn C By Examples - Discussion
Selected Reading
  • UPSC IAS Exams Notes
  • Developer's Best Practices
  • Questions and Answers
  • Online Resume Builder
  • HR Interview Questions
  • Computer Glossary
  • Who is Who
Home Learn_c_by_examples Hello World Example In C

Hello World Example In C



Previous
Quiz
Next
#include main() { int n; printf("Enter a numbers : "); scanf("%d",&n); if(n%2==0) printf("Even number"); else printf("Odd number"); }
Previous Quiz Next
Advertisements
  • ABOUT US
  • OUR TEAM
  • CAREERS
  • JOBS
  • CONTACT US
  • TERMS OF USE
  • PRIVACY POLICY
  • REFUND POLICY
  • COOKIES POLICY
  • FAQ'S
tutorials point logo
Download Android App Download IOS App

Tutorials Point is a leading Ed Tech company striving to provide the best learning material on technical and non-technical subjects.

Copyright 2026. All Rights Reserved.