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
how to find anagram without using string functions using only loops in c programming
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
c program to compute AREA under integral
What is the difference between abs() and fabs() functions?
How to declare pointer variables?
shorting algorithmS
What does %p mean?
Stimulate calculator using Switch-case-default statement for two numbers
What is data structure in c and its types?
What is meant by preprocessor in c?
What is difference between array and pointer in c?
What are the standard predefined macros?
What is multidimensional arrays
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Multiply an Integer Number by 2 Without Using Multiplication Operator