Question Detail What is correct order of precedence in C Addition, Division, ModulusAddition, Modulus, DivisionMultiplication, Substration, ModulusModulus, Multiplication, Substration Answer: Option D Similar Questions : 1. Disadvantage of array in C is We can easily access each elementIt is necessary to declare too many variablesIt can store only one similar type of dataNone of above Answer: Option C 2. We can insert pre written code in a C program by using #read#get#include#put Answer: Option C 3. Structures can be used to hold different datatypeshave pointers to structuresto assign to one anotherall of above Answer: Option D 4. What is true about fputs function write to a filetakes two parametersrequires a file pointerall of above Answer: Option D 5. Wild pointer in C if pointer is pointing to a memory location from where variable has been deletedif pointer has not been initializedif pointer has not defined properlyif pointer pointing to more than one variable Answer: Option B Read more from - C Programming Questions Answers - Chapter 1