Describe wild pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
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 c variable?
What are examples of structures?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
7 Answers Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,
When should you not use a type cast?
program to find middle element of linklist?
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
Why does this code crash?
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
How can I determine whether a machines byte order is big-endian or little-endian?
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
a simple program in c language