An integer that indentifies the position of a data item in a sequence of data items
a) value
b) number
c) index
d) all of the above
No Answer is Posted For this Question
Be the First to Post Answer
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is int main () in c?
How can you invoke another program from within a C program?
What does nil mean in c?
What are local static variables?
What is array of pointers to string?
Explain what are the different data types in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
? ???Mirror Mirror on the wall????????
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
What is stack in c?