how to execute with out main in cprogram
Answer Posted / mahender
with out main() program xecution not posible
bt compiling is posible
bcoz prog. starts on main fun only
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain #pragma statements.
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
How can my program discover the complete pathname to the executable from which it was invoked?
Explain how do you determine a file’s attributes?
What is scanf_s in c?
What is the modulus operator?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What are identifiers c?
What is the difference between new and malloc functions?
simple program of graphics and their output display
What is sorting in c plus plus?
What is enumerated data type in c?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is #pragma statements?