How do you declare a variable in Codeblox C programming ? Kindly answer.
Answers
Answered by
2
Answer:
answer
Explanation:
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 −
Answered by
9
Answer:
Variables naming
Class member variables should start with m_. If the variable is a pointer, use m_p as a prefix. Following the prefix is the variable's name. Use descriptive names and use capital letters at the start of each word (the first too). Kindly answer.
Similar questions