How to throw some light on the b tree?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between C and Embedded C?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
what is pointer ?
10 Answers Kernex Micro Systems,
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
Define macros.
what wud be the output? main() { char *str[]={ "MANISH" "KUMAR" "CHOUDHARY" }; printf("\nstring1=%s",str[0]); printf("\nstring2=%s",str[1]); printf("\nstring3=%s",str[2]); a)string1=Manish string2=Kumar string3=Choudhary b)string1=Manish string2=Manish string3=Manish c)string1=Manish Kumar Choudhary string2=(null) string3=(null) d)Compiler error
what is self refrential structure
how to do in place reversal of a linked list(singly or doubly)?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
When should you use a type cast?
What is const volatile variable in c?