given post order,in order construct the corresponding binary
tree
No Answer is Posted For this Question
Be the First to Post Answer
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
application attempts to perform an operation?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
What are the uses of a pointer?
What is an expression?
What do you mean by team??
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What is the difference between far and near ?
if we take a number as a char then can we manipulate(add, subtract) on this number
What are identifiers in c?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.