Programming C
Programming C
ASSIGNMENT
Submitted by
Geo Shaju
S5B.ComC.A
Roll No:1211
1) Write
a C program to count the occurrence of a
particular DIGIT in a number
#include <stdio.h>
int main() {
int number, digit, count = 0;
21
321
4321
number.
#include <stdio.h>
int main() {
int n;
return 0;
}