what r the cpu registers r ther?



what r the cpu registers r ther? ..

Answer / guest

what kind of a crap question is this. Do u understand any
bit of english grammar. Just correct you'r question first
and then expect for an answer..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


Explain what are reserved words?

0 Answers  


#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?

6 Answers  


What are the types of data types and explain?

0 Answers  


what is the size of an integer variable?

4 Answers  






What is a pointer on a pointer in c programming language?

0 Answers  


Why is extern used in c?

0 Answers  


Where register variables are stored in c?

0 Answers  


what is the difference between #include<stdio.h> and #include "stdio.h" ?

3 Answers  


An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee

2 Answers  


What is function prototype in c with example?

0 Answers  


write a program which counts a product of array elements lower than 10.

1 Answers  


Categories