Answer Posted / reegan
inline function is not end of loop function with in this
function
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different file extensions involved when programming in C?
Do you know the purpose of 'register' keyword?
How are 16- and 32-bit numbers stored?
What are different storage class specifiers in c?
praagnovation
What is the difference between int main and void main in c?
Explain why can’t constant values be used to define an array’s initial size?
Explain what is wrong with this program statement?
What library is sizeof in c?
What is the method to save data in stack data structure type?
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 static variable is used in c?
Explain what is operator promotion?
Explain the meaning of keyword 'extern' in a function declaration.
What is c++ used for today?