Ask questions which are clear, concise and easy to understand.
Ask QuestionPosted by Vismit Kuranagi 5 years, 10 months ago
- 2 answers
Posted by Prabhat Kumar 5 years, 10 months ago
- 1 answers
Aman Kumar 5 years, 10 months ago
Posted by Mr. Rajput 5 years, 10 months ago
- 0 answers
Posted by Manjunath Hegde 5 years, 10 months ago
- 1 answers
Posted by Shubhi Sharma 5 years, 10 months ago
- 4 answers
Aman Kumar 5 years, 10 months ago
Posted by Suhas Suhas 5 years, 10 months ago
- 0 answers
Posted by Kumar Pratyush 5 years, 10 months ago
- 0 answers
Posted by Ujjal Chakraborty 5 years, 10 months ago
- 1 answers
Ujjal Chakraborty 5 years, 10 months ago
Posted by Anurag Patidar 5 years, 10 months ago
- 1 answers
Gaurav Seth 5 years, 10 months ago
Basic |
A copy of the variable is passed. | A variable itself is passed. |
Effect | Change in a copy of variable doesn't modify the original value of variable out side the function. | Change in the variable affect the value of variable outside the function also. |
Calling Parameters | function_name(variable_name1, variable_name2, . . . .); | function_name(&variable_name1, &variable_name2, . . . .); //in case of object object.func_name( object); |
Receiving Parameters | type function_name(type variable_name1, type variable_name2, . . . .) { . . } |
type function_name( type *variable_name1, type *variable_name2, . . . .){ . . } //in case of object type function_name(class_type object_name) { . . } |
Default calling | primitive type are passed using "call by value". | objects are implicitly passed using "call by reference". |
Posted by Deepak Kumar 5 years, 10 months ago
- 1 answers
Posted by Virendra Damami 5 years, 10 months ago
- 7 answers
Aman Kumar 5 years, 10 months ago
Ʌɐpɐʎ Ɐuɐɥsɹɐp . 5 years, 10 months ago
Nancy Rajput 5 years, 10 months ago
Ʌɐpɐʎ Ɐuɐɥsɹɐp . 5 years, 10 months ago
Posted by Ʌɐpɐʎ Ɐuɐɥsɹɐp . 5 years, 10 months ago
- 1 answers
Swayam Kumar Karn 5 years, 10 months ago
Posted by Kirti Kumari 5 years, 10 months ago
- 0 answers
Posted by Kirti Kumari 5 years, 10 months ago
- 0 answers
Posted by Kirti Kumari 5 years, 10 months ago
- 0 answers
Posted by Nimai . 5 years, 10 months ago
- 1 answers
Ʌɐpɐʎ Ɐuɐɥsɹɐp . 5 years, 10 months ago
Posted by Prakhar Jadaun ? 5 years, 10 months ago
- 3 answers
Anurag Patidar 5 years, 10 months ago
Aman Kumar 5 years, 10 months ago
Posted by Shubham Dhiman 5 years, 10 months ago
- 1 answers
Priya Dharshini ? 5 years, 10 months ago
Posted by Shubham Dhiman 5 years, 10 months ago
- 0 answers
Posted by Rohit Dewangan 5 years, 10 months ago
- 2 answers
Posted by Prakhar Jadaun ? 5 years, 10 months ago
- 0 answers
Posted by Akshansh Jangir 5 years, 10 months ago
- 3 answers
Prakhar Jadaun ? 5 years, 10 months ago
Posted by Harsh Biologist 5 years, 10 months ago
- 1 answers
Posted by Abhishek Sharma 5 years, 10 months ago
- 1 answers
Yogita Ingle 5 years, 10 months ago
ALU | CU |
ALU (Arithmetic Logical Unit) is a circuit component of CPU that deals with the mathematical calculations, data processing and deducting all the logical conclusions and outputs. | CU (Control Unit) is one of the two main components of the CPU. It deals with the coordination between the hardware devices attached with each either, works as an interactive bridge between software and hardware of the computer system. |
ALU deals with all the mathematical and logical operations. More than one ALUs can be used for more powerful calculations. The ALU processes the data provided to the CPU as input, and it provides the information as the conclusion of the input in the form of output. | CU deals with the direction of all the tasks and operations performed by CPU. It coordinates and monitor the functionality of components and track the flow of data between the hardware components and the software. |
ALU deals with the manipulation of the data and works according to the instructions provided by CU. | CU provides the instructions to ALU and coordinates according to the nature of data provided and nature of work to be performed. |
Posted by Monty Kumar Singh 5 years, 10 months ago
- 3 answers
Priya Dharshini ? 5 years, 10 months ago
Posted by Yash Bisht 5 years, 10 months ago
- 1 answers
Kirti Kumari 5 years, 10 months ago
Posted by Yash Bisht 5 years, 10 months ago
- 3 answers
Posted by Sagar Rawani 5 years, 10 months ago
- 1 answers
Priya Dharshini ? 5 years, 10 months ago
Posted by Girirajan Govindaswmy 5 years, 10 months ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Priya Dharshini ? 5 years, 10 months ago
1Thank You