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
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Explain the difference between #include "..." And #include <...> In c?
What are the data types present in c?
How do I swap bytes?
How will you divide two numbers in a MACRO?
How do you determine the length of a string value that was stored in a variable?
What are the types of unary operators?
What are header files and what are its uses in C programming?
What are the types of variables in c?
How do you determine whether to use a stream function or a low-level function?
what is different between auto and local static? why should we use local static?
Explain 'bit masking'?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What are the advantages and disadvantages of c language?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;