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

will u please send me the placement papers to my mail???????????????????

0 Answers  


write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?

3 Answers   Mind Tree,


What is an arrays?

0 Answers  


Explain the difference between getch() and getche() in c?

0 Answers  


Define function ?Explain about arguments?

2 Answers   Geometric Software, Infosys,






What does sizeof return c?

0 Answers  


what is array?

8 Answers  


Discuss the function of conditional operator, size of operator and comma operator with examples.

0 Answers   TCS,


What is the data segment that is followed by c?

0 Answers  


what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }

3 Answers   Honeywell,


difference between my-strcpy and strcpy ?

3 Answers   Geometric Software, IIM, Infosys,


What is data structure in c and its types?

0 Answers  


Categories