Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / elahi
Yes it is possible to run a c program with out main for this
you need to supply astart(assembly procedure CRT) address in
the command line.
| Is This Answer Correct ? | 41 Yes | 7 No |
Post New Answer View All Answers
What do mean by network ?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is indirection?
Why do we use c for the speed of light?
What is define directive?
How to delete a node from linked list w/o using collectons?
Why do we use stdio h and conio h?
Can we declare variables anywhere in c?
How many types of operators are there in c?
code for replace tabs with equivalent number of blanks
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
int far *near * p; means
Explain what is the difference between functions getch() and getche()?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above