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 / harinadhbabu

run

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I read a binary data file properly?

613


How can type-insensitive macros be created?

672


What is return in c programming?

486


Explain what is the difference between functions getch() and getche()?

581


Which control loop is recommended if you have to execute set of statements for fixed number of times?

783






Explain how do you determine the length of a string value that was stored in a variable?

642


What is sizeof array in c?

568


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

1888


How do we declare variables in c?

549


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

682


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

624


Why do we use & in c?

564


What are two dimensional arrays alternatively called as?

631


How is pointer initialized in c?

562


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

700