Differentiate between full, complete & perfect binary trees.
No Answer is Posted For this Question
Be the First to Post Answer
What is the heap in c?
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
Write a c program to print the sizes and ranges of different data types in c?
Why string is used in c?
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
How can a program be made to print the name of a source file where an error occurs?
largest Of three Number using without if condition?
Do pointers store the address of value or the actual value of a variable?
How to declare a variable?
Three major criteria of scheduling.
Define a structure to store the record of library. The record must consist of at least following fields: Title, Author, Edition, Price, Publisher, and Category. -Define functions authorSearch ( ), TitleSearch ( ) and CategorySearch ( ) to search a book with respect to author, title and category. [There can be more than one book, written by one author, in one category]
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?