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
Write a program for finding factorial of a number.
Explain what is gets() function?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is C language ?
List the different types of c tokens?
What is #define in c?
Why doesnt long int work?
What is the explanation for modular programming?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What is the difference between new and malloc functions?
What does typeof return in c?
How can a program be made to print the name of a source file where an error occurs?
What is define c?
What are examples of structures?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)