Explain threaded binary trees?
No Answer is Posted For this Question
Be the First to Post Answer
When should we use pointers in a c program?
where are auto variables stored? What are the characteristics of an auto variable?
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
What is the role of this pointer?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
what is ram?
print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20
How do you access command-line arguments?
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
What is getch() function?
what is default constructor?
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?