Answer Posted / sharath
what do you think as you oppposed the answer
can you please explain it
please..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Explain what is a 'locale'?
Is javascript based on 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
How do c compilers work?
Write a program to reverse a given number in c?
What are the 4 types of functions?
Can the size of an array be declared at runtime?
What is break in c?
When a c file is executed there are many files that are automatically opened what are they files?
Explain spaghetti programming?
What does it mean when a pointer is used in an if statement?
Explain what is operator promotion?
Can main () be called recursively?
Define Array of pointers.