0

#include is a header file or not.and <upstream>is a preprocesser please explain about it

#include

29th Jan 2020, 2:57 AM
PRAJWAL CT
5 odpowiedzi
+ 2
#include is a preprocessor. <upstream> is a header file which has some C declaration and macro definition.
29th Jan 2020, 3:06 AM
Maninder $ingh
Maninder $ingh - avatar
+ 2
PRAJWAL CT cout is basically a function written in <iostream> header file to print something on the console. The code block is basically an IDE which is used to write and run c++ code.
4th Feb 2020, 2:46 AM
Maninder $ingh
Maninder $ingh - avatar
0
Hey Prajwal you are not using tags properly You should choose tags according to your question like the name of programming language or the topic.
29th Jan 2020, 8:18 AM
Elliot
Elliot - avatar
0
Sir what is meant by cout before executing the statements
4th Feb 2020, 12:24 AM
PRAJWAL CT
0
What is meant by code blocks to valid c++program
4th Feb 2020, 12:44 AM
PRAJWAL CT