how to execute with out main in cprogram
Answer Posted / rupesh
#include<stdio.h>
#define hello main
void hello()
{
printf(" HIIIII ");
}
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are terms in math?
Calculate 1*2*3*____*n using recursive function??
What is the significance of an algorithm to C programming?
How can I copy just a portion of a string?
What is printf () in c?
Why do we use namespace feature?
What is a good way to implement complex numbers in c?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What are the header files used in c language?
Can the “if” function be used in comparing strings?
Which is more efficient, a switch statement or an if else chain?
what is the significance of static storage class specifier?
Describe the order of precedence with regards to operators in C.
Explain how does flowchart help in writing a program?
Write a program to reverse a given number in c language?