joannakr

Untitled

Jan 1st, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1.  
  2. if (line[i] == '"')
  3. {
  4. !string_flag;
  5. if(line[i]=='"')
  6. {
  7. string_flag=0;
  8. if (line[i] == '//' || line[i] == '/*')
  9. {
  10. comment_flag = 1;
  11. if (comment_flag = 1)
  12. {
  13. string_flag = 0;
  14. }
  15. }
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment