Differentiate between full, complete & perfect binary trees.
No Answer is Posted For this Question
Be the First to Post Answer
What is const volatile variable in c?
Why static is used in c?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
write a program to concatenation the string using switch case?
with out using main how to execute the program?
What does the c preprocessor do?
What are bit fields? What is their use?
What is the difference between null pointer and wild pointer?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
What does == mean in texting?
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.