Differentiate between full, complete & perfect binary trees.
No Answer is Posted For this Question
Be the First to Post Answer
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
Are enumerations really portable?
which one low Priority in c? a)=,b)++,c)==,d)+
what is the difference between 123 and 0123 in c?
Can we write a program without main() function?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What will the preprocessor do for a program?
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .
can we access one file to one directory?
Can we use any name in place of argv and argc as command line arguments?
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
Is there a built-in function in C that can be used for sorting data?