4,011 views

4 Answers

4 votes
4 votes
correct answer is A)5 5 5 (basic programming concepts)
Answer:

Related questions

7 votes
7 votes
2 answers
1
sourav. asked Jul 3, 2016
7,528 views
What will be output of the following program? Assume that you are running this program in little-endian processor.#include<stdio.h int main() { short a=320; char *ptr; pt...
5 votes
5 votes
2 answers
2
37 votes
37 votes
2 answers
3
gatecse asked Aug 5, 2014
15,692 views
Register renaming is done in pipelined processors:as an alternative to register allocation at compile timefor efficient access to function parameters and local variablest...