given post order,in order construct the corresponding binary
tree
No Answer is Posted For this Question
Be the First to Post Answer
Explain about block scope in c?
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
Explain command-line arguments in C.
What is assert and when would I use it?
int i=10; printf("%d %d %d", i, i=20, i);
What is a method in c?
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
what is the output of below int n=10; (n++)++; printf("%d",n);
What is the use of c language in real life?
differnce between do and do while
What is c variable?
What are c identifiers?