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 / sasmita lenka
it l run
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is the symbol indicated the c-preprocessor?
What does %p mean c?
What is a sequential access file?
What is a char in c?
What is the purpose of type declarations?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is the use of #define preprocessor in c?
What is s in c?
Why n++ execute faster than n+1 ?
Without Computer networks, Computers will be half the use. Comment.
Is main an identifier in c?
Can you please explain the scope of static variables?
What is array of pointers to string?
What are enumerated types?
What is the use of extern in c?