Add 2 64 bit numbers on a 32 bit machine
Answer Posted / chat4@allinterview.com
16
| Is This Answer Correct ? | 9 Yes | 52 No |
Post New Answer View All Answers
Define circular linked list.
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
about c language
What is the best way to store flag values in a program?
Who invented b language?
Can static variables be declared in a header file?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What are the advantages of the functions?
What is action and transformation in spark?
What are two dimensional arrays alternatively called as?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
How many keywords are there in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration