In C program, at end of the program we will give as "return 0"
and "return 1", what they indicate? Is it mandatory to specify
them?
Answer Posted / kalyan chukka
i think 0 and 1 are the true false.
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
How do you determine a file’s attributes?
How do you sort filenames in a directory?
Explain the use of function toupper() with and example code?
Linked lists -- can you tell me how to check whether a linked list is circular?
what are bit fields in c?
What does %d do in c?
Why pointers are used?
Write a program to swap two numbers without using the third variable?
Explain what’s a signal? Explain what do I use signals for?
What is data structure in c language?
What language is lisp written in?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
Why is event driven programming or procedural programming, better within specific scenario?
Can the “if” function be used in comparing strings?
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