#include <stdio.h> int main() { int num ; num=10.6; float num1 ; num1=10.5; char text ; text='a'; printf("%d\n",num); printf("%f\n"num1); printf("%c",text); }
To embed this program on your website, copy the following code and paste it into your website's HTML: