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
How can I convert a number to a string?
What is the difference between printf and scanf )?
How do you determine the length of a string value that was stored in a variable?
How can I generate floating-point random numbers?
C program to find all possible outcomes of a dice?
What is identifier in c?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Explain how can I write functions that take a variable number of arguments?
What is quick sort in c?
Is c is a high level language?
Explain how do you convert strings to numbers in c?
What are all different types of pointers in c?
Is c programming hard?
How to compare array with pointer in c?
How can I manipulate strings of multibyte characters?