Can a binary search tree be used as an index? If yes, how?
Explain
No Answer is Posted For this Question
Be the First to Post Answer
write a program to check whether a number is Peterson or not.
who did come first hen or agg
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Is c language still used?
how can i sort numbers from ascending order and descending order using turbo c..
Give me the code of in-order recursive and non-recursive.
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Is main an identifier in c?
what is mallloc()?how it works?