Friday 15 January 2016

bug hunt in c++

look through this code snippet

did you know:


1
2
3
4
5
6
7
8
#include<bits/stdc++.h>
void fo(){};

int main()
{
fo();
return 0;
}


is correct!! notice the ";" mark.