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 do you mean by dynamic memory allocation in c?
How many types of sorting are there in c?
What does s c mean in text?
Explain 'far' and 'near' pointers in c.
Can we assign string to char pointer?
Define Array of pointers.
What is calloc() function?
Why doesnt the call scanf work?
What is linear search?
what is the difference between class and unio?
What does %2f mean in c?
How can I call fortran?
Is Exception handling possible in c language?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
How can you access memory located at a certain address?