How to find a missed value, if you want to store 100 values in a 99 sized array?
No Answer is Posted For this Question
Be the First to Post Answer
which will be first in c compiling ,linking or compiling ,debugging.
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 difference between strcmp & palindrome?
Tell me what is null pointer in c?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
How can I read and write comma-delimited text?
What is meant by global static? why we have to use static variable instead of Global variable
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
write a c program to store and print name,address,roll.no of a student using structures?
c program to arrange digits in a no in ascending and descending order
write a program for egyptian fractions in c?