Forum: MySQL Dec 11th, 2007 |
| Replies: 13 Views: 1,515 Re: SQL - questions . Hi
In a database table,apart from primary key columns,other column, may need to be a key.These are alternate key.This column value may or may not be unique one.
A key column in a table that... |
Forum: C Dec 11th, 2007 |
| Replies: 9 Views: 2,117 Re: Storage Class in C - Question What is the difference between static and global variables.?
Please tell more about volatile variables?
What is the main use of 'auto' keywords?
show some example also plsss.. |
Forum: C Dec 10th, 2007 |
| Replies: 9 Views: 2,216 Re: C Pointers Basic questions Hii Smith. i''m Crys. I think, i can help you.
A pointer is a special kind of variable. Pointers are designed for storing memory address.The "address of" operator '&' and the "dereferencing" operator... |
Forum: JSP Dec 10th, 2007 |
| Replies: 6 Views: 914 Re: JSP - Questions Hii Smith.
We can use the <jsp:include>element to include either a static or dynamic resource in a JSP page.If the resource is static,its content is included in the calling JSP page as it is.If the... |
Forum: C++ Dec 10th, 2007 |
| Replies: 12 Views: 2,876 Re: C++ interview questions Hi ithelp...you are very very correct. Tom also said so....If C is a subset os C++, then C++ is the superset of C language. Both of you are said the same thing in different ways. Do u have any more... |
Forum: C++ Dec 10th, 2007 |
| Replies: 12 Views: 2,876 Re: C++ interview questions Thank you tom. You have given the very correct answer. And C++ supports sophisticated error handling using the exception handling mechanism.And C++ is a strong type checking language compared to... |
Forum: C++ Dec 10th, 2007 |
| Replies: 12 Views: 2,876 C++ interview questions Hi everybody,
I'm an engineering student. Hee i would like to discuss about some basic and simple C++ interviews questions. I thnk the persons interested in it will participate. Ok can i ask one... |