Answer Posted / ganesh
software is a collection of
programs or instruction that are
used to some purpose.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is main is a keyword in c?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
How does pointer work in c?
What is the difference between scanf and fscanf?
Can 'this' pointer by used in the constructor?
How can I list all of the predefined identifiers?
What is advantage of pointer in c?
What is function prototype in c language?
Why is c known as a mother language?
What does s c mean in text?
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 value of a[3] if integer a[] = {5,4,3,2,1}?
If errno contains a nonzero number, is there an error?
Explain how can I manipulate strings of multibyte characters?
Explain the difference between ++u and u++?