#include <stdio.h>#include <conio.h>main(){ int a=10; float b=2.5; printf("A=%d" ,a); printf("\n B=%f \tA+B=%f" ,b,a+b); }
Standard input is empty
#include <stdio.h> #include <conio.h> main() { int a=10; float b=2.5; printf("A=%d" ,a); printf("\n B=%f \tA+B=%f" ,b,a+b); }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!