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 the syntax and purpose of a switch statement in C.
Explain how do you list files in a directory?
is c language is a object oreinted language?
write a c programme for add of two numbers with out use of arthematic operators
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
what type of language is C?
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5
How will you find a duplicate number in a array without negating the nos ?
What is a static variable in c?
Is exit(status) truly equivalent to returning the same status from main?
What is the basic structure of c?