Answer Posted / raju thapa
TEAM -
T - Together
E - Everyone
A - Achieves
M - More
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the features of the c language?
How do you generate random numbers in C?
If you know then define #pragma?
What is cohesion in c?
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
Differentiate between calloc and malloc.
What are the 5 data types?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Is the exit() function same as the return statement? Explain.
Explain what are bus errors, memory faults, and core dumps?
What is meant by preprocessor in c?
What is auto keyword in c?
Explain what is a 'locale'?
What is bash c?
Write a program to check whether a number is prime or not using c?