Horje
can we write a program without main in c Code Example
can we write a program without main in c
#include<stdio.h>  
#define start main  
void start() 
{  
   printf("Hello, World!!!");  
}  




C

Related
java.lang.SecurityException: Permission denied (missing INTERNET permission?) Code Example java.lang.SecurityException: Permission denied (missing INTERNET permission?) Code Example
markdown empty line Code Example markdown empty line Code Example
What are the 3 basic types of Plate Boundaries? Explain their differences (how they act). Code Example What are the 3 basic types of Plate Boundaries? Explain their differences (how they act). Code Example
how to remove button decoration Code Example how to remove button decoration Code Example
bootstrap carousel stop autoplay Code Example bootstrap carousel stop autoplay Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
19