answersLogoWhite

0

Still curious? Ask our experts.

Chat with our AI personalities

EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
JudyJudy
Simplicity is my specialty.
Chat with Judy
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve

Add your answer:

Earn +20 pts
Q: What is flag in c programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Basic Math

What does c in c stand for?

C does not stand for any specific abbreviation. C is from CPL (Computer Programming Language), then BCPL (Basic Computer Programming Language), which spawned both B (pretty much unused now) and C.


What is the difference between visual studio and visual basic?

I believe visual studio is the user interface, and it not only supports visual basic but also visual c++, c#, web development etc. Visual basic, on the other hand, is a programming language.


What basic concepts applicable to life insurance programming also apply to what?

health insurance programming


Why is indentation important in c progaming?

indentation is good for all programming languages 1) it shows levels of nesting, nested if statements , for loops, etc 2) anyone reading your code can tell whats executing inside of what 3) It shows scope. If everything is indented you know the scope of variables 4) Easier to read 5) Better programming sense


What is qbasic programming?

QBasic is a programming language that was developed by Microsoft in the early 1990s. It is an interpreted language, which means that the code written in QBasic is not compiled into machine language before it is executed. Instead, it is interpreted by a program called a "compiler," which reads the code and executes it on the fly. QBasic is a simple, beginner-friendly language that is well-suited for learning the basics of programming. It is based on the older programming language BASIC (Beginners All-purpose Symbolic Instruction Code). It is not actively developed anymore, but still can be used for educational purposes.