Browsing: PROGRAMMING

C Program Without a Main Function

Have you ever wondered how to write a C program without a main function? Can a C program execute with a main function? Is it possible to do that? Well, the answer is YES! There can


Read More
How to Create a Computer Virus?

This program is an example of how to create a computer virus in C language. This program demonstrates a simple virus program which when executed creates a copy of itself in all the other files that


Read More
C Program to Print its Own Source Code

Ever wondered how to write a C program to print its own source code? Well, here is the source code of a C program that when executed will print its own source code. In other words,


Read More