How to get a single quote there?

char simbol = ''' 
  • @JaponDemon is why I ask) - Vipz

2 answers 2

As always:

 char simbol = '\''; 

    Use screening or apostrophe:

     char symbol = '\''; char symbol = '`';