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 |
Give basis knowledge of web designing ...
What are the applications of c language?
how to find the largest element of array without using relational operater?
write a program to print the all 4digits numbers & whose squares must me even numbers?
Explain what are linked list?
What is type qualifiers?
Write a C program to count the number of email on text
what is array?
write a 'c' program to sum the number of integer values
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
what is real time system?what is the differance between hard and soft real time systems
When should the const modifier be used?