Write a c program to Find the name that you entered is male
name or female name?
Such as Sunjay is name of male and Payal is name of female
Answer Posted / sanjay
it can be done when you have list of all the possible names
to be entered..otherwise it is nearlly imposible..
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Why does notstrcat(string, "!");Work?
What is the ANSI C Standard?
How to create struct variables?
Explain the difference between null pointer and void pointer.
Is null valid for pointers to functions?
How can I open a file so that other programs can update it at the same time?
What are comments and how do you insert it in a C program?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What is static function in c?
What is c mainly used for?
Do you know the difference between exit() and _exit() function in c?
Write a program to show the change in position of a cursor using c
Differentiate between a for loop and a while loop? What are it uses?
Why static is used in c?
How can you restore a redirected standard stream?