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 / sagar
no it wont
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Create a simple code fragment that will swap the values of two variables num1 and num2.
How can I do serial ("comm") port I/O?
What is operator precedence?
How do I round numbers?
What is a node in c?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is the use of putchar function?
What is static function in c?
What is line in c preprocessor?
What are data types in c language?
How can you return multiple values from a function?
What is optimization in c?
What is data type long in c?
What is a floating point in c?