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
What is the difference between ++a and a++?
What is a substring in c?
Calculate 1*2*3*____*n using recursive function??
What is the use of typedef in c?
Explain how do you generate random numbers in c?
What are header files why are they important?
Why pointers are used in c?
What are the different data types in C?
How to define structures? ·
what is the format specifier for printing a pointer value?
Who invented bcpl language?
What is double pointer?
How can you find out how much memory is available?
Can you please explain the difference between strcpy() and memcpy() function?
Write a program to print “hello world” without using semicolon?