Answer Posted / avinash
HEADER IS INCLUDE <STDIO.H>.
| Is This Answer Correct ? | 12 Yes | 22 No |
Post New Answer View All Answers
Write a code of a general series where the next element is the sum of last k terms.
Why dont c comments nest?
Explain why can’t constant values be used to define an array’s initial size?
Is a house a mass structure?
What is string concatenation in c?
How to delete a node from linked list w/o using collectons?
Can a pointer be static?
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
Why & is used in scanf in c?
which type of aspect you want from the student.
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
Is c is a high level language?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Explain b+ tree?
Explain what is the difference between functions getch() and getche()?