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
What are the various types of control structures in programming?
What is an expression?
How to declare pointer variables?
List out few of the applications that make use of Multilinked Structures?
how to capitalise first letter of each word in a given string?
What is string function c?
What is echo in c programming?
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
Can a void pointer point to a function?
Explain what math functions are available for integers? For floating point?
Can you pass an entire structure to functions?
Explain union.
Why are algorithms important in c program?
Where is volatile variable stored?
Why is c so powerful?