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?
implement NAND gate logic in C code without using any bitwise operatior.
Explain what is the difference between far and near ?
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
write a program to gat the digt sum of a number (et. 15= >1+5=6)
WAP to find that given no is small or capital
What is selection sort in c?
Explain low-order bytes.
main() { int i=400,j=300; printf("%d..%d"); }
What is the need of structure in c?
What is floating point constants?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2