Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / swetha
void add(int a,int b)
{
int c;
c=a+b;
printf("%d",c);
}
| Is This Answer Correct ? | 2 Yes | 14 No |
Post New Answer View All Answers
program to convert a integer to string in c language'
What is the best way to comment out a section of code that contains comments?
Is it possible to initialize a variable at the time it was declared?
Explain is it better to bitshift a value than to multiply by 2?
What does do in c?
What is a global variable in c?
What is the code for 3 questions and answer check in VisualBasic.Net?
What are c identifiers?
What are the features of c languages?
What is extern c used for?
How can you increase the size of a dynamically allocated array?
What is the difference between text and binary modes?
What are directives in c?
Explain can static variables be declared in a header file?
how is the examination pattern?