Can i use Two or More Main Funtion in any C program.?
Answer Posted / manjunath m
There cannot be two functions with same name or else there
will be error in build process stating "redefinition"
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Why is c used in embedded systems?
What do you understand by normalization of pointers?
What is sizeof int in c?
How can I avoid the abort, retry, fail messages?
What are the advantages and disadvantages of pointers?
What is the difference between test design and test case design?
What are qualifiers and modifiers c?
What is the use of sizeof?
Explain null pointer.
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 is ctrl c called?
I need previous papers of CSC.......plz help out by posting them.......
Explain goto?
In a switch statement, what will happen if a break statement is omitted?
what do you mean by inline function in C?