Answer Posted / piyush
It depends on the compiler we are working on.
if it is 32 bit compiler:(GCC)
integer is 4 bytes
for 18 bit compiler:(Turboc)
integer is 2 bytes
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between abs() and fabs() functions?
Explain what is a const pointer?
Write a function that will take in a phone number and output all possible alphabetical combinations
What are integer variable, floating-point variable and character variable?
What is pivot in c?
Which header file is essential for using strcmp function?
Why do we write return 0 in c?
Does c have class?
What are the types of data structures in c?
How to draw the flowchart for structure programs?
What is void c?
What is typedef struct in c?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Differentiate abs() function from fabs() function.