Strings in C

  • Post author:
  • Post last modified:August 11, 2024
  • Reading time:9 mins read

A string can be either variable or constant. A variable string can be modified in the program whereas a constant string cannot be changed.

Continue ReadingStrings in C

Flex Tutorial

  • Post author:
  • Post last modified:August 11, 2024
  • Reading time:11 mins read

flex, "fast lexical analyzer", is a software tool for scanning input file and breaking it into recognizable chunks of text, called tokens.

Continue ReadingFlex Tutorial