What is the use of function in c?
No Answer is Posted For this Question
Be the First to Post Answer
How reliable are floating-point comparisons?
write a program to delete an item from a particular location of an linear array?
What is #error and use of it?
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
Which is the memory area not included in C program? give the reason
What is the maximum length of an identifier?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is #include in c?
What are compound statements?
Explain 'bus error'?
Method Overloading exist in c ?
why arithmetic operation can’t be performed on a void pointer?