About

Swaroop C H is 29 years of age. He is a coder and startupper. He has previously worked at Yahoo!, Adobe, his own startup and Infibeam.

Read more about him

Views
Personal tools
COLLECTION
Collection

Vim zh-tw:程式編輯器

From Notes

Jump to: navigation, search
  1. include <iostream>

//using namepase std;

void read {cout<<"read()\n";}
void sort {cout<<"sort()\n"}
void compact() {cout<<"compact()\n";}
void write() {cout<<"write()\n";}

int main(){

 read();
 sort();
 compact();
 write();
 return 0;

}

Please add your comments by clicking on the 'Discussion' link in the left sidebar.