Answer Posted / manju
It increases the speed of excecution when there is a need
for the usage of arrays....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are compound statements?
Explain the process of converting a Tree into a Binary Tree.
What is typedef?
What do you mean by invalid pointer arithmetic?
What is keyword in c?
What is exit() function?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What is difference between arrays and pointers?
Explain can static variables be declared in a header file?
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 use switch statement.
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
How can I manipulate strings of multibyte characters?
Explain what does the function toupper() do?
What is indirection? How many levels of pointers can you have?