hh.c:2:10: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before numeric con

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Aarav raj
    New Member
    • Sep 2020
    • 1

    hh.c:2:10: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before numeric con

    hh.c:2:10: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before numeric constant
    Code:
    int conio.2(int number)
    Last edited by Banfa; Sep 29 '20, 11:12 PM. Reason: Added code tags
  • dev7060
    Recognized Expert Contributor
    • Mar 2017
    • 656

    #2
    Post the respective code.

    Comment

    • Banfa
      Recognized Expert Expert
      • Feb 2006
      • 9067

      #3
      It wasn't obvious but they did.

      . is not a valid character in a symbol name

      Comment

      Working...