Explain what is the heap?
No Answer is Posted For this Question
Be the First to Post Answer
write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4
How do you generate random numbers in C?
write a program for the normal snake games find in most of the mobiles.
Explain #pragma statements.
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 masking?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What is the relationship between pointers and data structure?
In which header file is the null macro defined?
Why main function is special give two reasons?
What is the mean of this statement:: if(int i=0 * i=9)
What is an lvalue?