B
ben
hello,
an algorithm book i'm reading talks about the connectivity
problem/algorithm.
it gives a number of examples where the connectivity problem applies to
real life situations (like, the objects may represent computers in a
large network and the pairs represent connections between them)
another real situation example that's given is:
"Still another example arises in certain programming environments where
it is possible to declare two variable names as equivalent. The problem
is to be able to determine whether two given names are equivalent,
after a sequence of such declarations."
what does declaring two variable names as equivalent mean/entail in c?
are we talking about typedefs maybe? or something else?
thanks, ben
an algorithm book i'm reading talks about the connectivity
problem/algorithm.
it gives a number of examples where the connectivity problem applies to
real life situations (like, the objects may represent computers in a
large network and the pairs represent connections between them)
another real situation example that's given is:
"Still another example arises in certain programming environments where
it is possible to declare two variable names as equivalent. The problem
is to be able to determine whether two given names are equivalent,
after a sequence of such declarations."
what does declaring two variable names as equivalent mean/entail in c?
are we talking about typedefs maybe? or something else?
thanks, ben