belongs to collection: C interview questions, your interviewer might ask
Are integers signed or unsigned?
In standard C language, the integer data type is by default signed. So if you create an integer variable, it can store both positive and negative value.
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Answer:
In standard C language, the integer data type is by default signed. So if you create an integer variable, it can store both positive and negative value.
need an explanation for this answer? contact us directly to get an explanation for this answer