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 / sagar
no it wont
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Dont ansi function prototypes render lint obsolete?
What are loops in c?
why programs in c are running with out #include
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Can you mix old-style and new-style function syntax?
What is declaration and definition in c?
What are the advantages of c language?
the question is that what you have been doing all these periods (one year gap)
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Why isn't any of this standardized in c? Any real program has to do some of these things.
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What are the applications of c language?
Can you please explain the difference between strcpy() and memcpy() function?
What is static volatile in c?