Skip to content

Instantly share code, notes, and snippets.

@saumyasinha
saumyasinha / number.cpp
Created July 29, 2013 15:31
To be added later
#include "iostream"
using namespace std;
void find_next(int num[], int n);
int main()
{
int n;
printf("enter n\n");
scanf("%d",&n);
printf("enter %d-digit no.\n",n);
int num[n];
#include<stdio.h>
main()
{
printf("Hello");
}
# Ok, so the change was not reflected here. Interesting!!
#This is a 2nd change in the original file.
#3rd change. It's getting confusing here :|