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
How will you delete a node in DLL?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Why does the call char scanf work?
What are the types of type qualifiers in c?
How is a structure member accessed?
What is c basic?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
How do you list a file’s date and time?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
How can I find the modification date of a file?
Why do we use main function?
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"
What is the difference between procedural and functional programming?
What does a pointer variable always consist of?
What is substring in c?