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
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 |
How will you find a duplicate number in a array without negating the nos ?
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,
What is the scope of global variable in c?
What is function and its example?
What is an volatile variable?
Dont ansi function prototypes render lint obsolete?
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
Differentiate between the expression “++a” and “a++”?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
hi, which software companys will take,if d candidate's % is jst 55%?
what is pointer?
Explain what does the format %10.2 mean when included in a printf statement?