what is null pointerinside main a file called


What is NULL POINTER

Inside main, a FILE * called file. Afterwards, the fopen function, passing it the path to data file, as well as "r", only intending to read from the file.  If the file was successfully opened, file would point to that file, else it'll point to nothing (a pointer that points to nothing is called a NULL POINTER).

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: what is null pointerinside main a file called
Reference No:- TGS0305450

Expected delivery within 24 Hours