Explain the red-black trees?
No Answer is Posted For this Question
Be the First to Post Answer
What is string function in c?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is the difference between near, far and huge pointers?
What is structure padding and packing in c?
What is equivalent to ++i+++j?
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What are the Advantages of using macro
What is a far pointer in c?
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What is the difference between procedural and functional programming?