The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder
traversal is??? please help me on this
what is the significance of static storage class specifier?
What are extern variables in c?
write a function to find whether a string is palindrome or not and how many palindrome this string contain?
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
how do we remove the printed character in printf statement and write next it it
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
What is a built-in function in C?
write a program to convert a expression in polish notation (postfix) to inline (normal)
program for reversing a selected line word by word when multiple lines are given without using strrev
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
Write a pro-gramme to determine whether the number is even or odd?