>FromYourCode();

Source code quote in C++246

 May 05, 2016 am31 01:30
char * typeOfFile(int t){
    if(t=0)
        return "Text";
    else
        return "Image";
}

Check similar quotes

Share this quote