Check C

[Solved] Check C | Abap - Code Explorer | yomemimo.com
Question : check c

Answered by : atanas-atanasov-8o1t9dqxceo4

# this script checks what version of C language is installed. Run it in terminal.
gcc -dM -E - < /dev/null | grep __STDC_VERSION__ | awk '{ print $2 " --> " $3 }'

Source : https://stackoverflow.com/questions/36662063/how-can-i-know-the-version-of-c | Last Update : Sat, 03 Sep 22

Answers related to check c

Code Explorer Popular Question For Abap