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 a header file?
Explain the array representation of a binary tree in C.
Describe the modifier in c?
Explain the difference between #include "..." And #include <...> In c?
How can I implement a delay, or time a users response, with sub-second resolution?
What is %lu in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
What are header files in c?
Explain the difference between strcpy() and memcpy() function?
What is the use of clrscr?
Subtract Two Number Without Using Subtraction Operator
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What is a memory leak? How to avoid it?