#include <stdio.h> int main() { int i,temp; int a[]={200,202,400,403,404,500,502}; char *b[]={"OK","Accepted","Bad Request","Forbidden","Not Found","Internal Server&nbs...