InterviewSolution
Saved Bookmarks
| 1. |
How do you declare a variable in Codeblox C programming ? Kindly answer. |
|
Answer» answerExplanation:Data types in c refer to an extensive system USED for DECLARING VARIABLES or functions of different types. The type of a variable DETERMINES how much SPACE it occupies in storage and how the bit pattern stored is interpreted.The types in C can be classified as follows − |
|