Explain the process of converting a Tree into a Binary Tree.
No Answer is Posted For this Question
Be the First to Post Answer
Write a program for finding factorial of a number.
which will be first in c compiling ,linking or compiling ,debugging.
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
which operator is known as dummy operator in c?
what is disadvantage of pointer in C
How to add two numbers without using semicolon at runtime
What is the size of a union variable?
what different between c and c++
To what value do nonglobal variables default? 1) auto 2) register 3) static
What is main void in c?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986