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
main() { int i; printf("%d",i^i); }
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
How many types of functions are there in c?
Is main is user defined function?
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
What are the types of macro formats?
what does data structure mean?
LOGIC OF Bodmas?
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 IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
How can I allocate arrays or structures bigger than 64K?
How can I find out if there are characters available for reading?