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
Explain what are multidimensional arrays?
What are header files and what are its uses in C programming?
What is function and its example?
What does stand for?
Difference between goto, long jmp() and setjmp()?
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.
Disadvantages of C language.
Why is event driven programming or procedural programming, better within specific scenario?
When a c file is executed there are many files that are automatically opened what are they files?
Why doesn't C support function overloading?
Does c have circular shift operators?
What is methods in c?
How can I change the size of the dynamically allocated array?
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.
Create a simple code fragment that will swap the values of two variables num1 and num2.