input3 170 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 #include<stdio.h> int main() { // this is a dummy function // testing the sed commands. int x = 6; /* logic starts from here*/ x = x + 5; /* end of c asdasd*/ }