What is pre-emptive data structure and explain it with example?
No Answer is Posted For this Question
Be the First to Post Answer
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
What is an lvalue in c?
What type of function is main ()?
Does c have circular shift operators?
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 does %c do in c?
Explain why c is faster than c++?
When should structures be passed by values or by references?
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
Why array is used in c?
write a c program for greatest of three numbers without using if statment