answersLogoWhite

0

What are decision making constructs in c?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

if else and switch case satements

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are decision making constructs in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What has the author Paul C Nutt written?

Paul C. Nutt has written: 'Making tough decisions' -- subject(s): Decision making, Decision-making 'Why Decisions Fail' -- subject(s): Decision making


Enumerate the types of selection constructs in c plus plus?

Selection constructs in C++if...elseswitch/caseconditional ternary operator (?:)


What has the author Charles C Sharman written?

Charles C. Sharman has written: 'Decision making in educational settings' -- subject(s): Decision making, School management and organization


What are the 3 c's of decision making?

Converse, Combine, Correct


How many basic constructs are in computer science?

Computer Scientists have defined three constructs for a structured program or algorithm. Sequence, decision (selection), and repetition.


How to make decision making statements in c plus plus?

Decision making statements make use of conditional expressions. In C++ there are three possibilities: if/else, switch/case and the ternary operator (?:).


What has the author Theodore C Sorenson written?

Theodore C. Sorenson has written: 'Decision making in the White House'


Can C corporations have shares?

A C corporation is required to have shares - it is how ownership, profit sharing, and decision making is divided among the shareholders.


What is decision and decision making?

Decision making is the process by which a decision is made. Communicating, when it comes to decision making, is the way the information about that decision is distributed to ensure everyone is aware.


What is scientific decision-making?

Making a decision... but scientifically ! :)


State 6 steps of desion making and explain each?

There are a few steps in making a decision. The steps to making a decision are think about what to do, the after math of the decision and then making the decision.


What is an object in c?

C does not contain any built in constructs for object oriented programming. Methods and Data are generally not stored in an object structure in c.