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
What is f'n in math?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What is %d used for?
Explain what is dynamic data structure?
Can we use any name in place of argv and argc as command line arguments?
Why c is called a mid level programming language?
Why ca not I do something like this?
what is the role you expect in software industry?
Describe static function with its usage?
How can you call a function, given its name as a string?
Is fortran faster than c?
Explain that why C is procedural?
What is the size of enum in c?
Was 2000 a leap year?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference