What is the definition of console application?
Loading
What is the definition of console application?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Sep 10, 2021, 1:42 PM
Rijwan AnsariPosted Sep 10, 2021, 4:57 PM
Sachin SinghPosted Sep 10, 2021, 8:04 AM
it is an application that takes input and displays output at a command-line console with access to three basic data streams: standard input, standard output, and standard error.
A console application facilitates the reading and writing of characters from a console - either individually ex:- Console.Read(), Console.Write() or as an entire line ex:-Console.ReadLine(), Console.WriteLine().