why program counter is 16 bit?

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


Please Help Members By Posting Answers For Below Questions

The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

2916


What's the right way to use errno?

611


Can we assign integer value to char in c?

609


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3107


What is a macro?

650






Explain how do you print only part of a string?

642


What is default value of global variable in c?

554


What does double pointer mean in c?

568


What are global variables and explain how do you declare them?

565


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

2672


What is local and global variable in c?

610


What is the benefit of using const for declaring constants?

579


What is meant by keywords in c?

610


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

648


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1479