1 What is a Data Structure?
Answer / nashiinformaticssolutions
A data structure is a type of storage format that specifies how information is arranged, saved, and worked with.
Trees, graphs, and arrays are a few well-known data structures.
| Is This Answer Correct ? | 0 Yes | 0 No |
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
List out few of the applications that make use of Multilinked Structures?
what is d pitfalls of registers variables
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
write an algorithm to display a square matrix.
What does s c mean in text?
Write a program in c to replace any vowel in a string with z?
What is the difference between single charater constant and string constant?
Explain how can you be sure that a program follows the ansi c standard?
what is a pointer
4 Answers Bank Of America, TCS,
can a union be self-referenced?