0% found this document useful (0 votes)
4 views5 pages

Prime Number Program in C Language

The document presents a C language program that checks whether a given number is prime or not. It includes code snippets demonstrating the use of loops and conditional statements. The tutorial is aimed at beginners and provides additional resources on C programming concepts.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views5 pages

Prime Number Program in C Language

The document presents a C language program that checks whether a given number is prime or not. It includes code snippets demonstrating the use of loops and conditional statements. The tutorial is aimed at beginners and provides additional resources on C programming concepts.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

1/19/24, 11:47 PM PRIME NUMBER PROGRAM IN C LANGUAGE

C++ TUTORIAL FOR BEGINNERS IN    

HINDI
HOME BLOGGER CATEGORY  FEATURES

PRIME NUMBER PROGRAM IN C LANGUAGE MOST POPULAR

by easyquicklearn.com - September 23, 2023 basic structure of c


program with an exam
in hindi

operator in c language
with example - types o
operator ( arithmetic ,
relational, logical ,
conditional, bitwise ) in
hindi 2020

CONDITIONAL AND
CONTROL STATEMENT
C LANGAUGE WITH
EXAMPLE (IN HINDI 20

data type in c languag


hindi - different type o
data type in c

OPERATOR OVERLOAD
IN C++

#include<stdio.h> loop control statemen


c , while loop, for loop
#include<conio.h> while loop with examp
entry and exit control
void main() loop)

{
CATEGORIES
int num,i,ans;

clrscr(); C Plus Plus (35)

C Tutorial (19)
printf(" pls enter number");
Fundamental (1)
scanf("%d",&num);

for(i=2;i<=num/2;i++)
MAIN TAGS
{

ans=num%i;

Home Features
if(ans==0)
Download This
{
Template

printf(" not a prime number");

}
c plus plus c tutorial fundamental

else

printf(" number is prime");

https://www.easyquicklearn.com/2023/09/prime-number-program-in-c-language.html 1/5
1/19/24, 11:47 PM PRIME NUMBER PROGRAM IN C LANGUAGE

getch();

}
ARRAY OF C LANGUAGE
Array is a collection of similar type d
c tutorial item| 1)array में store स्टोर किए गए
data item आइटम्स को data eleme
कहते ह...
 Share on Facebook  Tweet   

You might like


OPERATOR OVERLOADING IN C++
OPERATOR OVERLOADING Operator
overloading c++ का advance feature हो
है यह c++ के feature को improve कर
के लिए important ...

FILE HANDING IN C , WORKING STRUCTURE IN C LANGUAGE/ FUNCTION AND TYPE OF


WITH FILE ,FILE INPUT/OUTPUT UNION IN C LANGUAGE WITH FUNCTION IN C LANGUAGE /
EXAMPLE USER DEFINE FUNCTION AND
basic structure of c program with an
October 18, 2023
ITS TYPES example in hindi
October 17, 2023
structure of c program 1)
October 12, 2023
documentation section 2) link
section 3) definition section 4)
 Previous Post Next Post 
global declaration...

Post a Comment
if you have any dout please let me know operator in c language with example
types of operator ( arithmetic , relatio
logical , conditional, bitwise ) in hindi
2020
Enter comment OPERATOR IN C LANGUAGE WITH
EXAMPLE Operator:- operator एक
symbol होता हैं जिसका use operand के बी
में calculation के लिये किया जाता है...

CONDITIONAL AND CONTROL


STATEMENT IN C LANGAUGE WITH
EXAMPLE (IN HINDI 2020)
Conditional and control statement=>
में condition check करने के लिए two typ
के conditional statement use किए जाते
1)i...

FIRST PROGRAM OF C ++
C PLUS PLUS - SEPTEMBER 13, 2020


Enter keyword...

https://www.easyquicklearn.com/2023/09/prime-number-program-in-c-language.html 2/5
1/19/24, 11:47 PM PRIME NUMBER PROGRAM IN C LANGUAGE

AD BANNER

BANNER 728X90

Powered by Blogger

ABOUT ME

easyquicklearn.com
View my complete profile

Post Style Feature

Pages Categories

SEARCH THIS BLOG

Search this blog SEARC

ARSIP

https://www.easyquicklearn.com/2023/09/prime-number-program-in-c-language.html 3/5
1/19/24, 11:47 PM PRIME NUMBER PROGRAM IN C LANGUAGE

January 2024 (1)

October 2023 (3)

September 2023 (5)

December 2022 (2)

October 2022 (1)

September 2022 (1)

August 2022 (3)

December 2021 (3)

October 2021 (8)

November 2020 (2)

October 2020 (8)

September 2020 (18)

FACEBOOK

banner image

Disclaimer Privacy Policy

Contact Us

Followers (22) Next

Unfollow

random post Labels RECENT POST

ARRAY OF C LANGUAGE C Plus Plus (35) basic structure of c progr


with an example in hindi
C Tutorial (19)

Fundamental (1)
OPERATOR OVERLOADING IN operator in c language wi
C++ example - types of operat
arithmetic , relational, log
conditional, bitwise ) in h
2020
basic structure of c program
with an example in hindi
CONDITIONAL AND CONT
STATEMENT IN C LANGAU

https://www.easyquicklearn.com/2023/09/prime-number-program-in-c-language.html 4/5
1/19/24, 11:47 PM PRIME NUMBER PROGRAM IN C LANGUAGE
operator in c language with WITH EXAMPLE (IN HINDI
example - types of operator (
arithmetic , relational, logical , data type in c language in
conditional, bitwise ) in hindi - different type of data ty
2020

CONDITIONAL AND CONTROL


OPERATOR OVERLOADING
STATEMENT IN C LANGAUGE
C++
WITH EXAMPLE (IN HINDI 2020)

Home About Privacy Disclaimer Con


Copyright (c) 2020www.easyquicklearn.com All Right Reseved

https://www.easyquicklearn.com/2023/09/prime-number-program-in-c-language.html 5/5

You might also like