Respuesta :

mahi27

Answer:

Program to accept a three digit number & print the sum of individual digits of Given Numbers

  • # include <stdio.h>
  • # include <conio.h>
  • main( )

{

int a,b,c,n, sum;

  • clrscr( );
  • print from (“ Enter a Three Digit Number:“);
  • scanf (“%d”,&n);