Explain what are binary trees?
No Answer is Posted For this Question
Be the First to Post Answer
What is a null string in c?
Explain what is the benefit of using an enum rather than a #define constant?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Please list all the unary and binary operators in C.
Does * p ++ increment p or what it points to?
What is bubble sort in c?
What is wrong in this statement?
what are the 10 different models of writing an addition program in C language?
Is there a way to compare two structure variables?