Skip to content

Interview Sansar

Software jobs interview preparation source

  • Home
  • Interview Questions
    • C Interview Questions
    • C++ Advanced Interview Questions
    • C++ Basic Interview Questions
    • Core Java Interview Questions
    • Java Collections Interview Questions
    • Java Multithreading Interview Questions
    • C# Basic Interview Questions
    • C# Advanced Interview Questions
    • C# Multi-threading Interview Questions
  • MCQs
    • MCQ-C++
    • MCQ-Java
    • MCQ-SQL
    • MCQs Algorithms and Data Structure
  • Programming Examples
    • C Programming Examples
    • C++ Programming Examples
    • C# Programming Examples
    • SQL Examples
    • Oracle PL SQL Examples
    • Time Complexity
  • Blog
    • C++ interview questions
    • C# interview questions
    • Java Interview Questions
    • Short Interview Questions
    • Behavioural / HR Interview
  • You-Tube
  • About
    • Why Visit
    • Sitemap
    • Contact Us
    • e-author
C++ Programming Examples

C++ string to int conversion – Including Test Cases

August 18, 2024January 29, 2023 rsingh

C++ string to int conversion with program example and multiple test cases to handle error checking string inputs with examples. Conversion example includes program with

Read More
C++ Advanced Interview Questions

How to stop class inheritance in C++ with condition that object creation should be allowed

August 18, 2024January 29, 2023 rsingh

Answer includes multiple solutions to stop or prevent class inheritance in C++ with condition that object creation of the class should be allowed with C++

Read More
C Programming Examples

Length of string in C

August 18, 2024January 29, 2023 rsingh

Program to find length of string in C language using the library function strlen() . Also, includes example of length of string in C programming

Read More
MCQ-C++

MCQs – C++ Polymorphism

August 18, 2024January 29, 2023 rsingh

Q) Compile time polymorphism in C++ language are Answer: 5 Q) C++ abstract class can contain Answer: 4 Q) False statements about function overloading is

Read More
C Programming Examples

C program to add two numbers

August 18, 2024May 8, 2018 rsingh

C program to add two numbers. There are three program examples – 1) Simple, 2) by user input, and 3) using a function. Simple C

Read More
C Programming Examples

C program to find sum of N numbers using function

August 18, 2024May 8, 2018 rsingh

C program to find sum of n numbers using function – To get the sum, the program contains a user defined sum function that receives

Read More
MCQ-C++

MCQs – C++ Classes and Objects

August 18, 2024March 30, 2017 rsingh

Q) Correct way of creating an object of a class called Car is Car obj; Car *obj = new Car(); Only B A & B

Read More
C Programming Examples

C program to find sum of array elements

August 18, 2024May 7, 2018 rsingh

C program to find sum of array elements. To find the sum, the program will use a for loop to retrieve each elements and sum

Read More
C Programming Examples

Example to print array in C

August 18, 2024May 7, 2018 rsingh

Program example to print array in C. Two simple examples will be demonstrated for printing array element in C programs i.e. in forward and reverse

Read More
MCQ-C++

MCQs – C++ OOPs

August 18, 2024January 29, 2023 rsingh

Q) The OOPs concept in C++, exposing only necessary information to users or clients is known as Answer: 1 Q) Which of the following is

Read More

Posts pagination

Previous 1 … 40 41 42 … 66 Next

My Unique Books for YOU

All Rights Reserved 2023: Interview Sansar.
Proudly powered by WordPress | Theme: Fairy Blog by Candid Themes.