is it possible to create your own header files?
No Answer is Posted For this Question
Be the First to Post Answer
What is key word in c language?
WHAT IS PRE POSSESSORS?
Combinations of fibanocci prime series
Is fortran faster than 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
WHO WROTE C LANGUAGE?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
Why is it usually a bad idea to use gets()? Suggest a workaround.
What are shell structures used for?
What is c mainly used for?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Explain About fork()?