Answer Posted / vinay tiwari
there are three types of error in c
logical,syntax,linking error
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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 difference between stdio h and conio h?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
How can a process change an environment variable in its caller?
What is size of union in c?
What is wrong with this declaration?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Explain what is wrong with this program statement?
Can a void pointer point to a function?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Which is the best website to learn c programming?
When can a far pointer be used?
How to declare pointer variables?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What is a stream in c programming?