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 Interview Questions

What is difference between #if and #ifdef ?

August 18, 2024December 29, 2015 rsingh

Answer: Difference between #if and #ifdef Preprocessor Directives is as below in C, C++. lets understand the both #if and #ifdef by example and use.

Read More
C# Programming

Constructor and Destructor – C# Programming Questions – Real

August 18, 2024December 24, 2015 rsingh

This section contains technical C# programming interview questions on constructor and destructor with answers and explanation asked in technical interviews for freshers and experienced. Topic

Read More
Core Java Interview Questions

What are ways to Prevent Inheritance in Java Programming?

August 18, 2024December 12, 2015 rsingh

There are 2 ways to stop or prevent inheritance in Java programming. By using final keyword with a class or by using a private constructor

Read More
Design Patterns and Principles

Tell me name of some OOPs Design patterns

August 18, 2024November 26, 2015 rsingh

Answer: Though, here is the list of some OOPs Design patterns – for this question interviewer expect that a candidate is at least familiar with

Read More
C# Programming

Functions – C# Programming Interview Questions – Real

August 18, 2024November 16, 2015 rsingh

Only Real C# programming interview questions with answers for freshers and experienced asked in Technical interviews. Q – Does below code compile? If not, what

Read More
UML Diagram

Design class for given UML Diagram

August 18, 2024January 29, 2023 rsingh

Problem statement: For given UML diagram we have to write Classes. This type of question is asked in technical interview to test the basic understanding

Read More
C++ Advanced Interview Questions

What is name mangling in C++ and its use

August 18, 2024January 29, 2023 rsingh

Answer: Name mangling in C++, means, compiler gives different names to the overloaded functions to avoid ambiguity during functions call at compile time. Recommended interview

Read More
C++ Basic Interview Questions

Explain function overloading in C++ with its return type and signature.

August 18, 2024October 14, 2015 rsingh

Answer: Function overloading in C++ is the feature of having multiple functions in a class with same name with different return types and signatures. For

Read More
C++ Advanced Interview Questions

No C++ interface keyword then how to create interface in C++?

August 18, 2024January 29, 2023 rsingh

Yes, there is no C++ interface keyword available. To create interface in C++ program, we use pure virtual functions into a class. Generally, we prefix

Read More
C++ Basic Interview Questions

What is abstract class in C++

August 18, 2024January 29, 2023 rsingh

Abstract class in C++  programming is a class that contains at least one pure virtual function and act as a base class. An abstract class may also

Read More

Posts pagination

Previous 1 … 54 55 56 … 66 Next

My Unique Books for YOU

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