we compile c program in 32 processor and 64 bit processor
.exe file is created in both the processors. if we want to
run .exe file in 64 bit processor which is created in 32 bit
processor. is that .exe file is run or not if it is not run why?
Answer Posted / anil
64-bit OS usually comes up with 32-bit emulations also.
That's why we will be able to run 32-bit app on a 64-bit OS.
More precisely 64-bit architecture is a super-set of 32-bit.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
what are the advantages of a macro over a function?
What is the explanation for cyclic nature of data types in c?
Explain union. What are its advantages?
What is function prototype?
Tell me what is null pointer in c?
What is the difference between exit() and _exit() function in c?
Explain Function Pointer?
how we can make 3d venturing graphics on outer interface
Explain what is meant by 'bit masking'?
When should the volatile modifier be used?
How is null defined in c?
Why is %d used in c?
What is string constants?
What is the use of void pointer and null pointer in c language?
How do you define CONSTANT in C?