#include <stdio.h>int main(){ float a,b,c; a = 1.3; b = 2.6; c = a+b; printf("c = %f\n",c); }
View all questions in Arm Development Studio forum