Skip to content

Instantly share code, notes, and snippets.

View ThatGUY12034's full-sized avatar

Prashant Sharma ThatGUY12034

  • India
  • 09:48 (UTC -12:00)
View GitHub Profile
Code Optimisation
#include<stdio.h>
#include<string.h>
#define MAX_LINES 100
#define MAX_LEN 100
int main(){
FILE *fp1 , *fp2;
char line [MAX_LEN];