Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~613 People Reached
Favorite Tags

5 Posted Topics

Member Avatar for crys0011

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?

Member Avatar for mrnutty
0
138
Member Avatar for sitaag44

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..

Member Avatar for poiuy
0
123
Member Avatar for hugvc333

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.

Member Avatar for nav33n
0
135
Member Avatar for jsmith9990

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;

Member Avatar for Narue
0
122
Member Avatar for jsmith9990

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 …

Member Avatar for samtben111
0
95

The End.