Write a program in c to print sum of three numbers

#include <stdio.h>
 void main()
 int a, b, c, sum; 
 a=5; 
 b=6; 
 C=7; 
 Sum = a+b+C; 
 Printf ("Sum = %d", sum); 
 }

Comments

Popular posts from this blog

Automations and robotics

Palindrome Pattern Program In Java Language

Rhombus Pattern Program In Java Language