Answer Posted / anoop raj
because they're on a 16-bit processor
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the difference between array and structure in c?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is volatile, register definition in C
Explain how can you tell whether a program was compiled using c versus c++?
What are the similarities between c and c++?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
write a proram to reverse the string using switch case?
Difference between constant pointer and pointer to a constant.
What is the difference between variable declaration and variable definition in c?
What are run-time errors?
What is the difference between single charater constant and string constant?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What are runtime error?
What is a dynamic array in c?
write a program for the normal snake games find in most of the mobiles.