i want to make my first program in C.A program that will calculate two numbers , and show me the result.

this is my code.

Code:
#include <stdio.h>
main()
{
int a,b;
float c;
a=10;
b=3;
c=a+b;
printf ("c=%d");
}
but the result is c=-1079924084