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
Explain heap and queue.
What is a function in c?
How can I find out if there are characters available for reading?
What is gets() function?
What is wrong with this program statement?
can any one tel me wt is the question pattern for NIC exam
Using which language Test cases are added in .ptu file of RTRT unit testing???
Explain what is a const pointer?
Hi can anyone tell what is a start up code?
What is string function c?
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
What do you know about the use of bit field?
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
Which driver is a pure java driver
What is static function in c?