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
What does double pointer mean 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 are the different types of data structures in c?
Why clrscr is used after variable declaration?
Explain the properties of union. What is the size of a union variable
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Can you please explain the difference between exit() and _exit() function?
In a header file whether functions are declared or defined?
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
What does the message "automatic aggregate intialization is an ansi feature" mean?
Difference between Shallow copy and Deep copy?
How can I manipulate individual bits?
What is a constant?
What is graph in c?