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

Sum of Digits in C Programming

August 18, 2024March 1, 2019 rsingh

Program to calculate sum of digits in C of a number using loop, explained logic and test cases. Example, Input number: 123 Output = 1+2+3

Read More
C# Programming Examples

How to initialize an object in C Sharp

August 18, 2024November 22, 2018 Viswanath A

Learn how to initialize an object in C# with simple example. We can initialize an object in C# programs using constructor. We need to create

Read More
Java Tutorial

Multiple Inheritance in Java

August 18, 2024January 29, 2023 rsingh

Learn multiple inheritance in java using interface with example programs – Multiple inheritance  can be implemented using interfaces not classes. Note that java does not

Read More
Java Tutorial

Hybrid Inheritance In Java

August 18, 2024January 29, 2023 rsingh

Hybrid inheritance in java with example and simple program – In hybrid inheritance, we use mixed of different types of inheritance relationship in java program.

Read More
Java Tutorial

Hierarchical Inheritance in Java

August 18, 2024January 29, 2023 rsingh

Learn Hierarchical Inheritance in java with example – When more than one classes inherit the same class is known as hierarchical inheritance. Prerequisite: Consider a

Read More
C# Programming Examples

C Sharp Program to reverse words in a String

August 18, 2024November 21, 2018 Viswanath A

C# Program to reverse words in a String -Learn how to reverse words of a given input sentence using mathematical approach,  string handling functions with

Read More
Java Tutorial

Multilevel inheritance in Java

August 18, 2024January 29, 2023 rsingh

Learn Multilevel inheritance in java oops with  code example – In Multilevel inheritance, a class is derived from another class which is also derived from

Read More
Java Tutorial

Inheritance in java with example

August 18, 2024January 29, 2023 rsingh

Learn inheritance in Java with simple example and easy steps. Types of inheritance and advantage of using inheritance is explained. Inheritance in Java Inheritance is

Read More
Java Tutorial

Array of Objects in Java

August 18, 2024January 29, 2023 rsingh

Learn how to create an array of objects in java with example code – An array of user defined class objects can also be created

Read More
C# Programming Examples

C Sharp Program to Check if String contains Vowels

August 18, 2024November 20, 2018 Viswanath A

C# Program to Check if String contains Vowels-Learn how to find whether string contains a vowel or not with example program. For example, if Input

Read More

Posts pagination

Previous 1 … 20 21 22 … 66 Next

My Unique Books for YOU

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