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 / sasmita lenka

it l run

Is This Answer Correct ?    12 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are multidimensional arrays?

690


What are header files and what are its uses in C programming?

713


What is function and its example?

745


What does stand for?

705


Difference between goto, long jmp() and setjmp()?

822






Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

4950


Disadvantages of C language.

740


Why is event driven programming or procedural programming, better within specific scenario?

2044


When a c file is executed there are many files that are automatically opened what are they files?

694


Why doesn't C support function overloading?

1913


Does c have circular shift operators?

833


What is methods in c?

739


How can I change the size of the dynamically allocated array?

740


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

1661


Create a simple code fragment that will swap the values of two variables num1 and num2.

930