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
Explain how can I read and write comma-delimited text?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
what is reason of your company position's in india no. 1.
Give differences between - new and malloc() , delete and free() ?
What are the benefits of c language?
What is the use of structure padding in c?
How many loops are there in c?
why return type of main is not necessary in linux
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
How can I do peek and poke in c?
What is the function of this pointer?
What is a lookup table in c?
How many keywords are there in c?
Is return a keyword in c?