Oops, I see. Well then you have to use the criteria I gave you: show that for every point x in the manifold M, if it is a k-dimensional manifold in n-dimensional space, then there is a smooth diffeomorphism h from an open set U in n-dimensional space containing x to an open set V in n-dimensional space such that h(U n M) = {y in V : the last n-k co-ordinates are zero}. This doesn't look like it would be a fun task given the example you have. Since x,y,z,w are paramterized by c,p,t, that might give you a natural smooth diffeomorphism you can use, but you'll have to work that out.
Alternatively, there is an equivalent condition you could check. Show that for every point x in M, if M is a k-dimensional manifold in n-dimensional space, then there is a one-to-one smooth function h from W, and open set in k-dimensional space, to n-dimensional space such that the rank of the Jacobian of h at each y in W is k, h(W) = U n M for some open set U in n-dimensional space containing x, and the inverse of h from h(W) to W is continuous.
These conditions don't sound nice, but they're not so bad. The second condition just says that around any point in the k-dimensional manifold, you can make a co-ordinate system that is like k-dimensional space. The Earth is a sphere, but it seems flat to us because we see a lcoal region of it. So, we're at a point on the manifold (the crust of the earth) and we can make a co-ordinate system around this point (which is just like making a map, which is 2-d).
It seems reasonable that since x² + y² = 1 gives us a 1-d manifold and x² + y² + z² = 1 gives us a 2 dimensional manifold, that your example should give us a three dimensional manifold. And we have a natural parameterization from 3-dimensional space to this manifold by c, p, and t. Let h be the function:
h(c, p, t) = (x(c,p,t), y(c,p,t), z(c,p,t), w(c,p,t))
The Jacobian at any point for h (note that the h does have to work for all points, it just has to work for a neighbourhood around a point x in the manifold, and there has be an h for each x, but it might work for all of them if we're lucky) is just:
[ dx/dc dx/dp dx/dt ]
[ dy/dc dy/dp dy/dt ]
[ dz/dc dz/dp dz/dt ]
[ dw/dc dw/dp dw/dt ]
I'll leave it to you to find the rank of this matrix. You also need to check: is h 1-1? Can you pick two different points (c,p,t) and (d,q,s) such that h(c,p,t) = h(d,q,s)? You need to check that it is smooth, which shouldn't be too hard to show because the component functions of h are, for the most part, just addition or multiplication of constants or sinusoidal functions, both of which are smooth. It's obvious that this function will only map to some subset of M (never outside of M) so the criteria h(W) = U n M seems satisfiable. I think the implicit function theorem will tell you if the inverse is continuous, but this will be obvious if your function is smooth.
You'll have to go through this more rigorously. I would suggest doing some examples with basic manifolds in lower-dimensional spaces, to get the hang of it. Or, alternatively, for this example specifically you could check to see that every point (x,y,z,w) satisfying x² + ... + w² = 1 is described by the equations you were given. If so, then you know that this is the 3-sphere. In the second example (the simpler one with two boundary points) you can certainly pick a pair (x,y) one the 1-sphere that is not described by x = cos(cos(t)pi/2), y=sin(cos(t)pi/2). Take an arbitrary point on the 1-sphere and show either that it must be described by your equations for x,y,z,w or show that it need not be. So my alternative suggestion is to practice this kind of thing, so you'd still be solving the problem in a "looking at it" kind of way, but a more rigorous one. While the second alternative might be simpler, it is only useful if you already have in mind what the manifold will look like. In this case, it is either the 3-sphere, or a portion of it with a hole in it somewhere, and thus it either has a boundary or is not a manifold at all (suppose it just has two points missing, then it's not a manifold, nor a manifold-with-boundary, nor mainfold-with-corners, etc.). However, if it is a weird shape, then you'll probably just have to prove it analytically. It depends on what you physics class is like, but I can't imagine a physics class requiring that kind of analysis.