Answer Posted / s
i think pointers are faster if we talk in terms of element
addition and deletion,the priomary req..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many loops are there in c?
Can a pointer be volatile in c?
What is the difference between c and python?
Write a program for finding factorial of a number.
FILE PROGRAMMING
When we use void main and int main?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
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 a function in c?
What is data types?
how we can make 3d venturing graphics on outer interface
What are the different types of control structures in programming?
What are different types of variables in c?
How does placing some code lines between the comment symbol help in debugging the code?
Explain a pre-processor and its advantages.