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.?
What is a #include preprocessor?
The variables are int sum=10,SuM=20; these are same or different?
writw a program to insert an element in the begning of a doubly linked list
Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout
What is the difference between the = symbol and == symbol?
Why is this loop always executing once?
Differentiate between null and void pointers.
Explain how do you print only part of a string?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
Write program to remove duplicate in an array?
Write any data structure program (stack implementation)
main() { float a=3.2e40; printf("%d",a); }