What are the application of c?
No Answer is Posted For this Question
Be the First to Post Answer
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
how to get the starting address of file stored in harddisk through 'C'program.
What is property type c?
What are valid operations on pointers?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
What does == mean in texting?
explain memory layout of a C program
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 which function in c can be used to append a string to another string?
What should be keep precautions while using the recursion method?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......