what is data structure?

Answer Posted / jh

ds is an data structure

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

5102


A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

2062


Which driver is a pure java driver

1247


Define macros.

1022


shorting algorithmS

2018


What is variables in c?

803


What are extern variables in c?

739


what are the different storage classes in c?

873


Is int a keyword in c?

731


How do you use a 'Local Block'?

927


What is scope rule of function in c?

781


What is %lu in c?

916


Explain what does it mean when a pointer is used in an if statement?

830


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

2081


How can I manipulate individual bits?

802