How can a '::' operator be used as unary operator?
Answer / subham chaudhary
The scope operator can be used to refer to members of the global namespace. Because the global namespace doesn’t have a name, the notation :: member-name refers to a member of the global namespace. This can be useful for referring to members of global namespace whose names have been hidden by names declared in nested local scope. Unless we specify to the compiler in which namespace to search for a declaration, the compiler simple searches the current scope, and any scopes in which the current scope is nested, to find the declaration for the name.
| Is This Answer Correct ? | 0 Yes | 0 No |
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
Disadvantages of c++
Is it possible to provide special behavior for one instance of a template but not for other instances?
What is a built-in function?
What are the 4 types of library?
Can a program run without main in c++?
Is c++ a difficult language?
What is a sequence in c++?
What is the use of turbo c++?
Is it possible for a member function to delete the pointer, named this?
how many controls can we place on single form.
without if else statement can be written ah