By using this site, you agree to the Privacy Policy and Terms of Use.

August 3, 2025
Breaking News
  • Untold Stories of 5 Famous Paintings That Changed...
  • ನಾನು ದೊಡ್ಡವನಾದಾಗ ಏನು ಆಗಲು ಇಚ್ಛಿಸುತ್ತೇನೆ
  • What I Want to Be When I Grow...
  • How to Build Effective Study Habits for Long-Term...
Topic Nest Topic Nest
Nav
Nav
Topic Nest

Explore.Learn.Share

Creative July 24, 2025

Untold Stories of 5 Famous Paintings

Education Kannada July 24, 2025

ನಾನು ದೊಡ್ಡವನಾದಾಗ ಏನು ಆಗಲು ಇಚ್ಛಿಸುತ್ತೇನೆ

Education Essay July 24, 2025

What I Want to Be When

Education July 24, 2025

How to Build Effective Study Habits

  • About Us
  • Blog
  • Cart
  • Cart
  • Checkout
  • Checkout
  • Contact Us
  • Home
  • Home Three
  • Home Two
  • My account
  • My account
  • Sample Page
  • Shop
  • Shop
  • Team
  1. Home
  2. C and C++
C and C++

Explain Namespace

Namespace is a new concept introduced by the ANSI C++ standards committee. A namespace is introduced to avoid name clashes...
  • BY Team Topic Nest
  • October 24, 2021
  • 0 Comment
C and C++

Explain function overloading with example

Function overloading means, two or more functions have the same names but different argument lists The arguments may differ in...
  • BY Team Topic Nest
  • October 24, 2021
  • 0 Comment
C and C++

C++ program to swap two integers values and display the...

#include<iostream> using namespace std; void swap(int &x, int &y) { int temp; temp = x; x = y; y =...
  • BY Team Topic Nest
  • October 24, 2021
  • 0 Comment
C and C++

Difference between Reference and Pointer Variable

Reference variable Pointers References must be initialized when created Pointer Can be initialized at any time Once reference is assigned...
  • BY Team Topic Nest
  • October 24, 2021
  • 0 Comment
C and C++

Explain reference variable

A reference variable is just another name to an already existing variable. Creating Reference Variable The reference variable is created...
  • BY Team Topic Nest
  • October 24, 2021
  • 0 Comment
C and C++

List & explain Basic features of object oriented programming language

Basic concepts and features of object oriented programming language like C++. Following are the features or basic concepts of C++...
  • BY Team Topic Nest
  • October 24, 2021
  • 0 Comment
C and C++

Difference between Procedure Oriented Programming and Object Oriented Programming

Procedure oriented programming Object oriented Programming Emphasis is given more to procedures (functions) Emphasis is given more to data in...
  • BY Team Topic Nest
  • October 24, 2021
  • 0 Comment
C and C++

C / C++ program to emulate the unix ln command

#include<stdio.h> #include<sys/types.h> #include<unistd.h> #include<string.h> int main(int argc, char * argv[]) { if(argc < 3 || argc > 4 || (argc...
  • BY Team Topic Nest
  • October 23, 2021
  • 0 Comment
C and C++ Compiler Design

C/C++ program that outputs the contents of its Environment list

#include<stdio.h> int main(int argc, char* argv[ ]) { int i; char **ptr; extern char **environ; for( ptr = environ; *ptr...
  • BY Team Topic Nest
  • October 23, 2021
  • 0 Comment
C and C++ Compiler Design

POSIX compliant program that prints the POSIX defined configuration options...

#define _POSIX_SOURCE #define _POSIX_C_SOURCE 199309L #include<stdio.h> #include<unistd.h> int main() { #ifdef _POSIX_JOB_CONTROL printf("System supports job control\n"); #else printf("System does not...
  • BY Team Topic Nest
  • October 23, 2021
  • 0 Comment
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 27

Search

Categories

C and C++(270)
Cloud Computing(25)
Compiler Design(8)
Computer Graphics(166)
Computer Security(2)
Creative(1)
Data Structures(89)
Education(3)
Essay(1)
Food(2)
Health(2)
Kannada(1)
Meditation & Mindfulness(1)
Natural Remedies(1)
OS(282)
Php(26)
Physics(1)
Preventive Care(1)
Shell Script(3)
Uncategorized(1)

Blog Posts

Creative July 24, 2025

Untold Stories of 5 Famous Paintings That Changed Art Forever

Education Kannada July 24, 2025

ನಾನು ದೊಡ್ಡವನಾದಾಗ ಏನು ಆಗಲು ಇಚ್ಛಿಸುತ್ತೇನೆ

Education Essay July 24, 2025

What I Want to Be When I Grow Up

Education July 24, 2025

How to Build Effective Study Habits for Long-Term Success

© 2025 Topic Nest | All Rights Reserved