Why are all header files not declared in every c program?
Explain what are binary trees?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Why #include is used in c language?
How would you find a cycle in a linked list?
What is a substring in c?
User define function contain thier own address or not.
What are pointers? Why are they used?
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
What does the error 'Null Pointer Assignment' mean and what causes this error?
What do you mean by invalid pointer arithmetic?
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm