Answer Posted / abeera amin
array are data structure in which identical data type are
stored.and have contiguous area of memory.
| Is This Answer Correct ? | 0 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 the significance of static storage class specifier?
write a program to print largest number of each row of a 2D array
what is a constant pointer in C
Why functions are used in c?
What do you mean by command line argument?
Where static variables are stored in c?
Why clrscr is used in c?
What is fflush() function?
What is difference between static and global variable in c?
Do pointers need to be initialized?
why do some people write if(0 == x) instead of if(x == 0)?
Explain the term printf() and scanf() used in c language?
What is integer constants?
If you know then define #pragma?