Answer Posted / sathiya
it is object oriented programming language
| Is This Answer Correct ? | 4 Yes | 19 No |
Post New Answer View All Answers
What does *p++ do?
Why is c called a mid-level programming language?
Explain can you assign a different address to an array tag?
When we use void main and int main?
What is action and transformation in spark?
How can I find out if there are characters available for reading?
What is the basic structure of c?
What is hashing in c language?
Write the syntax and purpose of a switch statement in C.
How can I do peek and poke in c?
Describe wild pointers 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 merge sort in c?
What is #pragma statements?
I have a varargs function which accepts a float parameter?