How to find the exit status of last command in Unix?

Hi,

I want to find the exit status of the last executed command in C Shell.
Tried $? but getting the error Variable syntax...$? does not seem to work in C shell..
is there any other command in C shell to find the exit status of last command?

Thanks in advance,
raju

For csh it's $status