Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / valli
in linux while compilation we u mention -nostartfiles it
will work
#include<stdio.h>
abc()
{
printf("hello");
}
| Is This Answer Correct ? | 9 Yes | 13 No |
Post New Answer View All Answers
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
how to write a c program to print list of fruits in alpabetical order?
What kind of structure is a house?
can anyone please tell about the nested interrupts?
What is a lvalue
What is the purpose of void pointer?
Why header file is used in c?
What are header files in c programming?
How we can insert comments in a c program?
What do you mean by keywords in c?
What is use of null pointer in c?
What are logical errors and how does it differ from syntax errors?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Between macros and functions,which is better to use and why?