Question Detail Can getch() be used to echo the input YesNo Answer: Option B Similar Questions : 1. Which operator has the highest priority ()[]*/ Answer: Option A 2. If include files can be nested YesNo Answer: Option A 3. What is true about fputs function write to a filetakes two parametersrequires a file pointerall of above Answer: Option D 4. What is dangling pointer in c if pointer is pointing to a memory location from where variable has been deletedif pointer is assigned to more than one variableif pointer is not defined properlynone of above Answer: Option A 5. Difference between structure and union is We can define functions within structures but not within a unionWe can define functions within union but not within a structureThe way memory is allocatedThere is no difference Answer: Option C Read more from - C Programming Questions Answers - Chapter 1