Question: Identify the C++ header file is required to run/execute the following C++ snippet void main() { char *word1=Hello,*word2=Friends; cout <
Identify the C++ header file is required to run/execute the following C++ snippet
void main()
{
char *word1="Hello",*word2="Friends";
cout< cout< }
Step by Step Solution
There are 3 Steps involved in it
The question is incomplete because it lacks a closing angular bracket on the second cout statement a... View full answer
Get step-by-step solutions from verified subject matter experts
