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?
Answers were Sorted based on User's Feedback
Answer / 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 |
What does 3 mean in texting?
Write a C program that reads a series of strings and prints only those ending in "ed"
What is zero based addressing?
Are there any problems with performing mathematical operations on different variable types?
How are 16- and 32-bit numbers stored?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
0 Answers Lovely Professional University,
which of 'arrays' or 'pointers' are faster?
How many levels deep can include files be nested?
What is the mean of function?
Explain how can I convert a number to a string?
What functions are used for dynamic memory allocation in c language?
What is static and volatile in c?