What is variable in c example?
No Answer is Posted For this Question
Be the First to Post Answer
program to locate string with in a string with using strstr function
Explain the advantages and disadvantages of macros.
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
wat are the two methods for swapping two numbers without using temp variable??
int far *near * p; means
sir, i cannot find the way how to write aprogram by using array on queue
Tell me what is null pointer in c?
Can a program have multiple main() functions?
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
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What does it mean when the linker says that _end is undefined?
What are the 32 keywords in c?