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
What is structure padding and packing in c?
Explain can you assign a different address to an array tag?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is the difference between class and object in c?
What is the purpose of realloc()?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Tell me can the size of an array be declared at runtime?
What does c mean?
What is unsigned int in c?
How can I sort more data than will fit in memory?
What is the advantage of a random access file?
Is it better to bitshift a value than to multiply by 2?
Explain the use of 'auto' keyword
What is volatile c?
Is c call by value?