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
where are auto variables stored? What are the characteristics of an auto variable?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
Define C in your own Language.
Tell me what are bitwise shift operators?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Why c is a procedural language?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Explain what standard functions are available to manipulate strings?
What is integer constants?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What functions are used for dynamic memory allocation in c language?
What is function and its example?
What is the size of empty structure in c?
How to create struct variables?