December 6, 2025
Breaking News
  • Best Countries for Post-Study Work Opportunities in 2025
  • Study in the UK: Your Complete Guide to...
  • Beam-penetration technique
  • program for man object moving
Topic Nest Topic Nest
Nav
Nav
Topic Nest

Explore.Learn.Share

Best Countries for Post-Study Work Opportunities in 2025
Study Abroad September 9, 2025

Best Countries for Post-Study Work Opportunities

Study in The UK
Study Abroad September 2, 2025

Study in the UK: Your Complete

Computer Graphics August 18, 2025

Beam-penetration technique

C and C++ Computer Graphics August 18, 2025

program for man object moving

  • 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
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 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)
Study Abroad(2)
Uncategorized(1)

Blog Posts

Best Countries for Post-Study Work Opportunities in 2025
Study Abroad September 9, 2025

Best Countries for Post-Study Work Opportunities in 2025

Study in The UK
Study Abroad September 2, 2025

Study in the UK: Your Complete Guide to Courses, Scholarships,

Computer Graphics August 18, 2025

Beam-penetration technique

C and C++ Computer Graphics August 18, 2025

program for man object moving

© 2025 Topic Nest | All Rights Reserved