The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder
traversal is??? please help me on this
Write a program to print numbers from 1 to 100 without using loop in c?
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
What is methods in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
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
What is difference between array and pointer in c?
Why we use void main in c?
write a program that explain #define and # undef directive
Explain how does flowchart help in writing a program?
Explain how do you view the path?
what will be the output for the following main() { printf("hi" "hello"); }