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


Please Help Members By Posting Answers For Below Questions

What are the various types of control structures in programming?

703


What is an expression?

746


How to declare pointer variables?

782


List out few of the applications that make use of Multilinked Structures?

1481


how to capitalise first letter of each word in a given string?

1530






What is string function c?

656


What is echo in c programming?

647


2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

2612


Can a void pointer point to a function?

661


Explain what math functions are available for integers? For floating point?

708


Can you pass an entire structure to functions?

792


Explain union.

743


Why are algorithms important in c program?

717


Where is volatile variable stored?

752


Why is c so powerful?

795