Write a program in C to print Decimal Value

 //print decimal value

#include <stdio.h>

int main()

{

float num=1.5;

printf("num=%f", num);

}

Comments

Popular posts from this blog

Solid Pattern Program In Java Language

Automations and robotics

Why Use C ?