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
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is meant by int main ()?
What are the uses of a pointer?
What is union and structure?
What is a program?
Explain what are preprocessor directives?
What is string function c?
How do you determine a file’s attributes?
Differentiate between declaring a variable and defining a variable?
Where we use clrscr in c?
Describe the modifier in c?
Why do we need functions in c?
What are the 32 keywords in c?
What is the auto keyword good for?