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


Please Help Members By Posting Answers For Below Questions

Difference between malloc() and calloc() function?

646


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

679


Which is more efficient, a switch statement or an if else chain?

567


Explain what is the use of a semicolon (;) at the end of every program statement?

721


What is the meaning of ?

599






how can f be used for both float and double arguments in printf? Are not they different types?

600


Is c easier than java?

560


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

1578


Write a program to swap two numbers without using third variable?

808


Why c is known as a mother language?

629


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

619


what are enumerations in C

716


What are header files? What are their uses?

628


What is variable and explain rules to declare variable in c?

545


find the sum of two matrices and WAP for it.

620