Answer Posted / cynthia
Data may be organized in different ways.The logical or
mathematical model of a particular organization of data is
called a data structure.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are data types in c language?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What is the explanation for the dangling pointer in c?
How can a string be converted to a number?
What are the back slash character constants or escape sequence charactersavailable in c?
Write a program to check palindrome number in c programming?
Can a file other than a .h file be included with #include?
What are the 5 types of organizational structures?
How old is c programming language?
Why are algorithms important in c program?
Multiply an Integer Number by 2 Without Using Multiplication Operator
Explain Basic concepts of C language?
What are the types of i/o functions?
What is the function of this pointer?
Explain the bubble sort algorithm.