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
What is default value of global variable in c?
What does #pragma once mean?
What is c preprocessor mean?
Explain what is the difference between #include and #include 'file' ?
Explain 'far' and 'near' pointers in c.
C language questions for civil engineering
What is selection sort in c?
What is the benefit of using const for declaring constants?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
Differentiate between functions getch() and getche().
develop algorithms to add polynomials (i) in one variable
Explain the concept and use of type void.
What is formal argument?
What is preprocessor with example?
Which is best book for data structures in c?