Answer Posted / glibwaresoftsolutions
The type of data contained in that variable determines how much memory has to be allocated or reserved.
If a variable is designated as "integer type," for instance, 32 bits of memory storage will be set aside specifically for that variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between the = symbol and == symbol?
Write a program to implement queue.
What is clrscr ()?
Explain how to reverse singly link list.
Is there anything like an ifdef for typedefs?
What are logical errors and how does it differ from syntax errors?
Can we assign string to char pointer?
What are the general description for loop statement and available loop types in c?
Is there any demerits of using pointer?
code for replace tabs with equivalent number of blanks
Explain how can I right-justify a string?
How can I open a file so that other programs can update it at the same time?
Are bit fields portable?
How to write c functions that modify head pointer of a linked list?
Where is c used?