Can u return two values using return keyword? If yes, how?
If no, why?
Answer Posted / c.saranya
no. because return keyword return only one value.that ia 0
or 1.
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
What are examples of structures?
Is c compiled or interpreted?
What is printf () in c?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Can true be a variable name in c?
Why is c platform dependent?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Can you assign a different address to an array tag?
What is dynamic dispatch in c++?
What is character set?
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 your stream meaning?
What are the 32 keywords in c?
What is hash table in c?