Guest User

Untitled

a guest
Feb 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. //include statements
  2.  
  3.  
  4. int main(){
  5.  
  6. //Call isEmailValid here
  7.  
  8.  
  9. }
  10.  
  11. int isEmailValid(char * address, char ** terminators, int length){
  12.  
  13. //while loop you just wrote goes in here
  14.  
  15.  
  16. }
Add Comment
Please, Sign In to add comment