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 |
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
7 Answers Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,
Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return - 1. The function should not make use of any C library function calls.
3 Answers Google, Infosys, JTL, OpenFeel,
what is the different bitween abap and abap-hr?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What is switch in c?
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
implement NAND gate logic in C code without using any bitwise operatior.
Can we declare function inside main?
How to removing white spces in c programming only bu using loops
What is #include conio h?
What is a void pointer? When is a void pointer used?