1. Which version of C programming is used in MDK -Arm, is it C99.
2. Is Compiler real-view, as in option we get path of compiler as Keil/Arm/RV31. But on Keil website it says compiler is ARM C/C++ Compiler(armcc) . Or both are same.
Who needs to follow a link when there are helpful people available to do the donkey work?
You should follow the link I provided and read the manual. It says:
For files having a suffix of .c, .ac, or .tc, --c90 applies by default.
Which one is default C99 or C90. how to check it.
1. Both C90 and C99 are supported. You can select language dialect with command line options.
www.keil.com/.../armccref_BABDHCGA.htm
2. Both are same.
View all questions in Keil forum