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
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Where are local variables stored in c?
can any one provide me the notes of data structure for ignou cs-62 paper
How is = symbol different from == symbol in c programming?
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
How to declare pointer variables?
Explain what are the advantages and disadvantages of a heap?
What is infinite loop?
Calculate 1*2*3*____*n using recursive function??
Why do some versions of toupper act strangely if given an upper-case letter?
Are pointers integers in c?
What is meant by errors and debugging?
How arrays can be passed to a user defined function
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is union and structure?