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 / anika
not possible as many names are common between both men and women
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Where is c used?
What is #include cctype?
What are the types of data types and explain?
What are the advantages of union?
What is non linear data structure in c?
What is #include stdio h?
What are header files in c programming?
What is void main ()?
What is 1d array in c?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is a pointer value and address in c?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is difference between structure and union with example?
What are the scope of static variables?
How main function is called in c?