a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation
a) circular
b) ordinary
c) array
d) linear list
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between embedded c and turbo c ?
how to find out the union of two character arrays?
How can I remove the trailing spaces from a string?
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a
Is linux written in c?
convert 12345 to 54321 withoutusing strig
to convert a string without using decrement operater and string functions
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????
Prove or disprove P!=NP.
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
why should i select you?
Why we use int main and void main?