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
Explain the difference between structs and unions in c?
Explain how can I write functions that take a variable number of arguments?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
Are c and c++ the same?
can we change the default calling convention in c if yes than how.........?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
Explain the difference between exit() and _exit() function?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Explain what header files do I need in order to define the standard library functions I use?
What is use of integral promotions in c?
What is volatile, register definition in C
What does. int *x[](); means ?
How do you initialize pointer variables?
How are variables declared in c?
What does char * * argv mean in c?