How can you access memory located at a certain address?
No Answer is Posted For this Question
Be the First to Post Answer
What is volatile
Write code for atoi(x) where x is hexadecimal string.
How to Throw some light on the splay trees?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Tell us the use of fflush() function in c language?
Differentiate between #include<...> and #include '...'
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 const pointer?
What does typedef struct mean?
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
What are the different categories of functions in c?
can anyone suggest some site name..where i can get some good data structure puzzles???