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

i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

2 Answers  


Write a program to accept a character & display its corrosponding ASCII value & vice versa?

9 Answers  


why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  


Explain the Difference between the New and Malloc keyword.

0 Answers   InterGraph,


How is a structure member accessed?

0 Answers  






Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)

5 Answers   IBM, KJH,


Explain the concept and use of type void.

0 Answers  


3.write a simple program that will output your name,phone number,e-mail address,and academic major on separate lines 1.create an account and a personal directory for your work b.find out how to create a subdirectory on your system.create one called info c.you will use a text editor to type in your programs and data files.some C systems have a built in text editor;others do not.Find out what text editor you will be using and how to access it.create a text file(not a program) containing your name ,address,and telephone number on separate lines.Next,write the brand of computer you are using and the name of the text editor.Then write a paragraph that describes your past experience with computers.save this file in your info directory. d. find out how to print a file on your system .print out and turn in the file you created in (c).

0 Answers   TCS,


Explain how do you list a file’s date and time?

0 Answers  


what are the 10 different models of writing an addition program in C language?

0 Answers  


Explain how do you determine whether to use a stream function or a low-level function?

0 Answers  


Categories