Answer Posted / rahul valeja
ITS ZYGOTE THAT CAME FIRST YOU FOOLS...!
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can you think of a logic behind the game minesweeper.
In C language what is a 'dangling pointer'?
What does the c preprocessor do?
What is a MAC Address?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is the scope of global variable in c?
Explain what does the function toupper() do?
How can I find the modification date of a file?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
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
Write a program to reverse a given number in c language?
What is indirection in c?
Explain built-in function?
What does d mean?
What are pointers?