Write a C program which produces its own source code as its output November 10, 2013 #include<stdio.h> int main(){ FILE *fp; char c; Read more