Answer Posted / nani
c is a basic programming language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are register variables? What are the advantage of using register variables?
When is a void pointer used?
When should volatile modifier be used?
What are the general description for loop statement and available loop types 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
State two uses of pointers in C?
All technical questions
What is sizeof c?
How can I remove the leading spaces from a string?
What are extern variables in c?
Can static variables be declared in a header file?
What are the 4 data types?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is #include cctype?