View Code of Problem 1

#include<stido.h>
int main ()
{
  int a,b,c:
  printf("input a and b"):
  scanf("%d %d",&a,&b):
  c=a+b:
  printf("a+b%d",c):
  return o:
}
/*
Main.c:1:18: fatal error: stido.h: No such file or directory
 #include<stido.h>
                  ^
compilation terminated.
*/

Double click to view unformatted code.


Back to problem 1