How does the compiler know where to put pointer like in following example-
details of student-1. Roll no.,2.Student name ,3.Percentage
123ABC98213def8 8458fgh100
In this example how will the compiler know to put pointer after '...98'as there is int datatype next to it which could also come in category of percentage though it is part of roll no. of second student.