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
Why do we use int main instead of void main in c?
What is pointer to pointer in c?
The __________ attribute is used to announce variables based on definitions of columns in a table?
How many types of operator or there in c?
Explain what does a function declared as pascal do differently?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What is the process to create increment and decrement stamen in c?
What is a program flowchart?
Can variables be declared anywhere in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What are the features of the c language?
What are global variables?
please give me some tips for the placement in the TCS.
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What are the uses of a pointer?