Skip to content

Instantly share code, notes, and snippets.

View gopalkriagg's full-sized avatar
👨‍💻

Gopal Krishan Aggarwal gopalkriagg

👨‍💻
View GitHub Profile
Greetings
This mail is on behalf of Cognizance, IIT Roorkee.
COGNIZANCE(The Annual Technical Festival of Indian Institute of
Technology,Roorkee) is the largest techno-managerial festival in
Asia.Cognizance 2017 will have a multitude of more than 200 events
including professional workshops, exhibitions, international conference,
online events and large scale technical, mangement and policy-making
events.We amass a global participation from more than 200,000
students,professors and executives.Cognizance is slated to be held from the
#include <iostream>
#include <string>
using namespace std;
int main()
{
string milly = "milly";
int T;
cin >> T;
int check;
#include <stdio.h>
int main()
{
char name[] = "milly";
int check = 0;
int T;
scanf("%d", &T);
getchar();
//How to include vector header file
#include <vector>