What does the characters “r” and “w” mean when writing programs that will make use of files?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between arrays and pointers?
What do the functions atoi(), itoa() and gcvt() do?
Can you assign a different address to an array tag?
Why is malloc used?
What is the difference between getch() and getche()?
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
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
what is the difference between #include<stdio.h> and #include "stdio.h" ?
please explain every phase in the "SDLC" in the dotnet.
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
main() { clrscr(); } clrscr();
What does the message "automatic aggregate intialization is an ansi feature" mean?