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
largest Of three Number using without if condition?
Why do we use c for the speed of light?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What is static and auto variables in c?
How can you find out how much memory is available?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What is the use of function in c?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
There seem to be a few missing operators ..
What are the primitive data types in c?
Explain #pragma statements.
How reliable are floating-point comparisons?
What does c mean?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode