What is abstract data structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is pass by reference in functions?
Tell us two differences between new () and malloc ()?
write a program to print data of 5 five students with structures?
What does c mean?
What is the use of linkage in c language?
How many header files are in c?
What is struct node in c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
Explain the array representation of a binary tree in C.
Do array subscripts always start with zero?
what is computer