Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

Use of Scope Resolution operator for namespace

// Use of scope resolution operator for namespace.
#include<iostream>
  
  
int main(){
    std::cout << "Hello" << std::endl;
  
}
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #Use #Scope #Resolution #operator #namespace
ADD COMMENT
Topic
Name
3+5 =