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 / arunkumar
It's not possible for all the names..
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Can we use any name in place of argv and argc as command line arguments?
Explain c preprocessor?
How can variables be characterized?
Write a C program linear.c that creates a sequence of
processes with a given length. By
sequence it is meant that each created process has exactly
one child.
Let's look at some example outputs for the program.
Here the entire process sequence consists of process 18181:
Sara@dell:~/OSSS$ ./linear 1
Creating process sequence of length 1.
18181 begins the sequence.
An example for a sequence of length three:
Sara@dell:~/OSSS$ ./linear 3
Creating process sequence of length 3.
18233 begins the sequence.
18234 is child of 18233
18235 is child of 18234
........ this is coad .... BUt i could not compleate it .....:(
#include
What is the use of function overloading in C?
how to find anagram without using string functions using only loops in c programming
can any one provide me the notes of data structure for ignou cs-62 paper
Explain 'far' and 'near' pointers in c.
What is 02d in c?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What will be your course of action for a push operation?
I heard that you have to include stdio.h before calling printf. Why?
What are directives in c?
What is the translation phases used in c language?