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

What is Static class in C#? Explain with example and USE

August 18, 2024January 29, 2023 rsingh

Answer includes concept of static class in C# with example program. also,  why we use static classes with important points will be described. In simple

Read More
C Programming Examples

Read file line by line in C

August 18, 2024March 22, 2018 rsingh

Program to read file line by line in C – This is simple program that reads a text file line by line using fgets function

Read More
C++ Basic Interview Questions

What is default constructor in C++? – Availability Discussion

August 18, 2024January 29, 2023 rsingh

Default constructor in C++ is provided by the compiler if we don’t implement any constructor in the class. For example, in below class, we don’t

Read More
C Programming Examples

Char to int C program

August 18, 2024March 21, 2018 rsingh

Conversion of char to int C program – Convert a character digit to the corresponding integer in C program. For example, if the character is

Read More
C++ Advanced Interview Questions

What is Advantage and Use of THIS pointer in C++ – Scenarios?

August 18, 2024January 29, 2023 rsingh

Answer includes uses and advantage of the this pointer in C++ programming with multiple scenarios where the this pointer is used. Sceranio-1: Internal use of

Read More
C++ Advanced Interview Questions

Can we use THIS Pointer in static function – Reason in C++?

August 18, 2024January 29, 2023 rsingh

We cannot use THIS pointer in static function of a class in C++ program. Reason: Whenever we call a class non-static member function using class

Read More
C++ Basic Interview Questions

Can static function access non static variables in C++?

August 18, 2024February 26, 2017 rsingh

No, Static function of a class in C++ cannot access non-static variables, but, it can access static variable only. However, non-static member function can access

Read More
C Programming Examples

DLL – Dynamic Link Library in C – Steps to Create and Use

August 18, 2024March 9, 2018 rsingh

Example to create and use DLL – Dynamic Link Library in C on windows with simple steps with C source code.  Both implicit and explicit

Read More
C++ Basic Interview Questions

Which is called first constructor or overloaded new operator in C++?

August 18, 2024January 29, 2023 rsingh

Interview Question: A C++ class has constructor and overloaded new and delete operator function. If we create a class object dynamically using new then out

Read More
C Programming Examples

Example of dynamic array in C Programming

August 18, 2024January 29, 2023 rsingh

Dynamic array in C using malloc library function. Program example will create an integer array of any length dynamically by asking the array size and

Read More

Posts pagination

Previous 1 … 43 44 45 … 66 Next

My Unique Books for YOU

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