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
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Difference between Shallow copy and Deep copy?
Explain union. What are its advantages?
What is the g value paradox?
How do I determine whether a character is numeric, alphabetic, and so on?
Explain main function in c?
Which is best linux os?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
How will you delete a node in DLL?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What does %d do?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Why shouldn’t I start variable names with underscores?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.