No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
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 question? What are the differences between C language and C++ language?
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..
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 identifies records in a different table is called foreign key.
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 '*' are available for working with pointers. For Eg: int y; int *pointer_to_y; pointer_to_y = &y;
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 resources is dynamic,it acts on a request and sends back a result that is included …
The End.
crys0011