What is clrscr ()?
No Answer is Posted For this Question
Be the First to Post Answer
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
What is volatile in c language?
Why is not a pointer null after calling free?
Can you subtract pointers from each other? Why would you?
write a program whose output will be- 1 12 123 1234
Is c programming hard?
Can a local variable be volatile in c?
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
Is c easy to learn?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is main return 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