Is struct oop?
No Answer is Posted For this Question
Be the First to Post Answer
Explain enumerated types.
write an algorithm to display a square matrix.
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 that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
How are pointers declared in c?
Explain what is the concatenation operator?
What is the auto keyword good for?
Is array a primitive data type in c?
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
What are the various topologies? Which one is the most secure?
What is the general form of #line preprocessor?
difference between c and c++?