Answer Posted / william
I AGREE THE ASHA ANSWERS.....STATIC FUNCTION IS ONLY FOR
VISIBLE TO OTHER FUNCTION.....
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many loops are there in c?
What is time complexity c?
Explain why c is faster than c++?
If errno contains a nonzero number, is there an error?
Can we use visual studio for c?
Why isn't it being handled properly?
Using which language Test cases are added in .ptu file of RTRT unit testing???
Tell us two differences between new () and malloc ()?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
How can I make sure that my program is the only one accessing a file?
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
What is the explanation for prototype function in c?
What is the need of structure in c?
How can you invoke another program from within a C program?
Why c language?