how many error occurs in C language ?
Answer Posted / swapnil
3 errors syntax and segment during compilation and logical
during runtime
| Is This Answer Correct ? | 32 Yes | 17 No |
Post New Answer View All Answers
How can I determine whether a machines byte order is big-endian or little-endian?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What does the error message "DGROUP exceeds 64K" mean?
What are the advantages of union?
Does c have function or method?
What is null in c?
Can i use “int” data type to store the value 32768? Why?
What is the best style for code layout in c?
What are variables c?
How to compare array with pointer in c?
how logic is used
What does 4d mean in c?
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 the meaning of c in c language?
What is define directive?