Skip to content

Addition program #17

@LakshmiSajuSundaresh

Description

@LakshmiSajuSundaresh

Description:
The file addition.c is an incomplete program. It contains only the header file.

Issue:
Incomplete code issue.
Contains code that will not run independantly.

How to fix:
#include <stdio.h>
#include<conio.h>
void main
{
int a=2,b=5,c;
c=a+b;
printf("sum is: %d", c);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions