Skip to content

Instantly share code, notes, and snippets.

View nitink133's full-sized avatar

Nitin Khanna nitink133

View GitHub Profile
#include<iostream>
#include<iomanip>
#include<cstdlib>
using namespace std;
char a[10]={'0','1','2','3','4','5','6','7','8','9'};
int flag=0;
class ZeroCross{
int pos;
public:void input();
void display();