

InterviewSolution
Saved Bookmarks
1. |
Will the program compile in Turbo C? |
Answer» Error in statement k++. We cannot perform arithmetic on void pointers. The following error will be displayed while compiling above program in TurboC. Compiling PROGRAM.C: Error PROGRAM.C 8: Size of the type is unknown or zero. | |