Q.1 write a program to create binary tree 1 to 16 numbers?
Q.2 write a program to creat a binary search tree for the
member that is given by user?
why we use "include" word before calling the header file. is there any special name for that include??????
What is volatile in c language?
#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(); }
how do you programme Carrier Sense Multiple Access
What is #include conio h?
how to build a exercise findig min number of e heap with list imlemented?
What is c language & why it is used?
What is a far pointer?What is the utility?
What does c mean before a date?
Why #include is used in c language?
What is difference between structure and union in c?
What is infinite loop?