Write a program that accept anumber in words
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
what is the use of macro program
what type of questions arrive in interview over c programming?
Explain how does flowchart help in writing a program?
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
Explain the process of converting a Tree into a Binary Tree.
to convert a string without using decrement operater and string functions
Explain why c is faster than c++?
How to set file pointer to beginning c?
Which driver is a pure java driver
In which category does main function belong??