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
I have seen function declarations that look like this
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
What is meant by 'bit masking'?
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
Difference between for loop and while loop?
Explain what is #line used for?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
what will happen if you free a pointer twice after allocating memory dynamically ?
How to removing white spces in c programming only bu using loops
If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.
What are operators in c?
What is the stack in c?