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


Please Help Members By Posting Answers For Below Questions

Explain heap and queue.

677


What is a function in c?

676


How can I find out if there are characters available for reading?

732


What is gets() function?

762


What is wrong with this program statement?

675






can any one tel me wt is the question pattern for NIC exam

1651


Using which language Test cases are added in .ptu file of RTRT unit testing???

3796


Explain what is a const pointer?

735


Hi can anyone tell what is a start up code?

1725


What is string function c?

656


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2368


What do you know about the use of bit field?

700


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

763


Which driver is a pure java driver

1076


What is static function in c?

726