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 / seetaram
this very critical one.i don't know how verify names boy r girl in c
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
How can you restore a redirected standard stream?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Explain the difference between malloc() and calloc() in c?
write a programming in c to find the sum of all elements in an array through function.
How to create struct variables?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What are the 5 data types?
How does placing some code lines between the comment symbol help in debugging the code?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Explain heap and queue.
can we implement multi-threads in c.
Write a program to check prime number in c programming?
How is a null pointer different from a dangling pointer?