Computer Science, asked by khiradhamid, 3 months ago

ix. Find error in the code segment.
#include<stdio.h)
main()
int a, b,c,d
S = a b c d
print("\n s =%d, s)​

Answers

Answered by sumairadoll
2

Explanation:

#include<stdio.h>

int main()

{ braket after main()

declaration of S

int a,b,c,d;

input values of a,b,c,

Similar questions