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



we compile c program in 32 processor and 64 bit processor .exe file is created in both the processo..

Answer / sasmita lenka

it l run

Is This Answer Correct ?    12 Yes 3 No

we compile c program in 32 processor and 64 bit processor .exe file is created in both the processo..

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

we compile c program in 32 processor and 64 bit processor .exe file is created in both the processo..

Answer / sagar

no it wont

Is This Answer Correct ?    4 Yes 2 No

we compile c program in 32 processor and 64 bit processor .exe file is created in both the processo..

Answer / harinadhbabu

run

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

how to find the largest element of array without using relational operater?

6 Answers   Satyam, Wipro,


What do you know about the use of bit field?

0 Answers  


Why static is used in c?

0 Answers  


Difference between exit() and _exit() function?

0 Answers  


Explain how can you restore a redirected standard stream?

0 Answers  






Explain threaded binary trees?

0 Answers  


program to print upper & lower triangle of a matrix

2 Answers   TCS,


There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?

5 Answers   Microsoft, TCS,


What is the purpose of the statement: strcat (S2, S1)?

0 Answers  


What are the features of the c language?

0 Answers  


What is the difference between near, far and huge pointers?

0 Answers  


How can I rethow can I return a sequence of random numbers which dont repeat at all?

0 Answers  


Categories