Answer Posted / saranya
Hi!
To implement my ideas & skills for the development of
our company.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
In c language can we compile a program without main() function?
What are the advantages of Macro over function?
Are local variables initialized to zero by default in c?
a program that can input number of records and can view it again the record
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Can include files be nested?
What is the use of header?
What are local static variables?
What is the significance of c program algorithms?
How do you search data in a data file using random access method?
program to convert a integer to string in c language'
How can I pad a string to a known length?
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
Explain the difference between malloc() and calloc() function?
What are the keywords in c?