How will you delete a node in DLL?
No Answer is Posted For this Question
Be the First to Post Answer
Write a progarm to find the length of string using switch case?
What is file in c preprocessor?
What does it mean when the linker says that _end is undefined?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What are void pointers in c?
what is dangling pointer?
What's the difference between a linked list and an array?
Explain what is the difference between a string and an array?
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
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.
What are the different types of data structures in c?
please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC