What is exactly meant by CGI programming . If I am writing a cgi program in \'C\' ,
in that context , what does the \'cgi\' mean ?
Is the servelt environment is
See The Common Gateway Interface (CGI) is a standard protocol that defines how webserver software can delegate the generation of webpages to a console application. Such applications are known as CGI scripts; they can be written in any programming language, although scripting languages are often used.
http://en.wikipedia.org/wiki/Common_Gateway_Interface