The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder
traversal is??? please help me on this
How can I make sure that my program is the only one accessing a file?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Does c have circular shift operators?
why programming language C is still used in operating system's kernel??
What is the best style for code layout in c?
what are the advantages & disadvantages of unions?
what is the disadvantage of using macros?
What is the difference between GETS();AND SCANF();
#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
A C E G H +B D F A I ------------ E F G H D