Meri kalam se
Wednesday, 16 February 2022
Divisibility Test in C
#include
<stdio.h>
int
main
()
{
int
num
;
printf
(
"Enter a number:"
);
scanf
(
"
%d
"
,&
num
);
printf
(
"Divisibility test returns:
%d
"
,
num
%
97
);
return
0
;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment