Skip to content
Quescol
  • B Tech All Subjects
    • Data Structure
      • Unit 1 – Introduction to Data Structure
      • Unit 2 – Array and Linked Lists questions
      • Unit 3 – Searching and Sorting questions
      • Unit 4 – Graph and Tree questions
      • Unit 5 – Stack and Queue Most Asked Questions
    • Computer Network
      • Unit 1: Introduction to Computer Network
      • Unit 2 :Medium Access sub layer
      • Unit 3 : Network Layer
      • Unit 4 : Transport Layer
      • Unit 5 : Application Layer
    • Database Management System
      • Unit 1: Introduction to DBMS
      • Unit 2 : Relational data Model and Language & SQL
      • Unit 3 : Data Base Design & Normalization
      • Unit 4 : Transaction Processing Concept
      • Unit 5 : Concurrency Control Techniques
    • Design and Analysis of Algorithms
      • Unit 1: Introduction to DAA
      • Unit 2 : Advanced Data Structure
      • Unit 3 : Divide and Conquer and Greedy
      • Unit 4 : Dynamic programming
      • Unit 5 : Selected Topics
    • Web Technology
      • Unit 1 : Introduction and Core Java
      • Unit 2 : Web Page Designing
      • Unit 3 : Scripting
      • Unit 4 : Server Site Programming
      • Unit 5 : PHP (Hypertext Preprocessor)
    • Software Project Management
      • Unit 1: Introduction and Software Project Planning
      • Unit 2: Project Organization and Scheduling
      • Unit 3: Project Monitoring and Control
      • Unit 4: Software Quality Assurance and Testing
      • Unit 5: Project Management and Project Management Tools
  • Interview Preparations
    • C Coding Questions
    • C Pattern Questions
    • C Interview Questions
    • Java Coding Questions
    • Java Pattern Questions
    • Java Interview Questions
    • Java 8 Interview Questions
    • Java 8 Coding Question
    • Spring Boot Interview Questions
    • Microservices Interview Questions
    • Python Coding Question
    • Git Interview Questions
    • Python Pattern Programs
    • SQL Interview Question
    • Python Interview Questions
    • View More ..

Prakash Kumar

C Program to check given number is Perfect or not

May 29, 2023June 4, 2020 by Prakash Kumar
C Program to check given number is Perfect number

Ans:  In this tutorial you will learn how to write a program in C programming language to check a given number is perfect or not. This program is little bit tricky and logical. But Before directly moving on writing and learning the program first you should know  What is Perfect Number? A perfect number is … Read more

Categories Interview Preparation Leave a comment

C Program to add two numbers without addition operator

May 4, 2024June 3, 2020 by Prakash Kumar
C Program To Add Two Numbers Without Using Addition Operator

In this tutorial you will learn how to write a program in C programming language to add two numbers without using addition operator. Actually, It is not that much complex as it seems by visibility. How our program will behave? As if we give two numbers as an input like 25 and 20 then this … Read more

Categories Interview Preparation Leave a comment

C program to swap two numbers using third variable

May 29, 2023June 3, 2020 by Prakash Kumar
C Program To Swap Two Numbers Using Third Variable

Ans:  In this tutorial you will learn swapping of two numbers using third variable C in  programming language. You can also see swapping of two number in C without using third variable. How our program will behave? In the swapping program using third variable we will assign two different value to two different variables. We … Read more

Categories Interview Preparation Leave a comment

C Program to swap two number without third variable

May 29, 2023June 3, 2020 by Prakash Kumar
C Program To Swap Two Number Without Third Variable

Ans:  In this tutorial you will learn how to Swap two numbers without using third variable in C programming language. This swapping of two numbers in C program is very frequently asked question in interview and also it is very important program. Before directly moving on writing the program lets understand what is our aim … Read more

Categories Interview Preparation Leave a comment

C Program to find sum of number digit using recursion

May 29, 2023June 2, 2020 by Prakash Kumar
C Program To Find Sum Of Number Digit Using Recursion

Ans:  In this tutorial you will learn how to write a program in C to sum the digits of a number using recursion. Basically our target is to add all digits of any given number. Suppose If someone will give input 1547 then our program should give output after adding 1, 5, 4, and 7. … Read more

Categories Interview Preparation Leave a comment

C program to check the given number format is in binary or not.

May 29, 2023June 2, 2020 by Prakash Kumar
C Program To Check The Given Number Format Is In Binary Or Not

In this tutorial you will learn how to write a program in C programming language to check a given number representation is in binary or not. Here we are not going to check any base of number.  As you know we can represent any number in binary format like in 0 and 1. Just like … Read more

Categories Interview Preparation Leave a comment

C Program to find Greatest number among three

May 29, 2023June 1, 2020 by Prakash Kumar
C Program To Find Greatest Number Among Three

In this tutorial you will learn how to write a program in C to find largest of three numbers. How our program will behave? Suppose if someone give 3 numbers as input 12, 15 and 10 then our program should return 15 as a output because 15 is a greatest among three. C Program to … Read more

Categories Interview Preparation Leave a comment

Palindrome Program in C using recursive method

March 21, 2023June 1, 2020 by Prakash Kumar
Palindrome program in C using Recursion

In this tutorial you will learn how to write a program in C to check a given number is palindrome or not using recursive method. Before moving directly on the writing the program to check whether a given number is palindrome or not using recursion, you should know What is Palindrome Number? A Palindrome number … Read more

Categories Interview Preparation Leave a comment

Palindrome Program in C using the iterative method

March 21, 2023June 1, 2020 by Prakash Kumar
Palindrome program in C using Iterative Method

In this tutorial you will learn how to write a program in C to check a given number is palindrome or not using iterative method. Before moving directly on the writing the program to check whether a given number is palindrome or not, you should know What is Palindrome Number? A Palindrome number is a … Read more

Categories Interview Preparation Leave a comment

Fibonacci series program in C using recursive method

May 29, 2023May 31, 2020 by Prakash Kumar
C Program to Print Fibonacci series using recursion

Ans:  In this tutorial we are going to learn how to print Fibonacci series in c program using recursion. Before moving directly on the writing Fibonacci series in c program using recursion, first you should know What is Fibonacci Series? A Fibonacci series is a series in which next number is a sum of previous … Read more

Categories Interview Preparation Leave a comment
Older posts
Newer posts
← Previous Page1 … Page12 Page13 Page14 … Page18 Next →

Latest Updates

  • Java Basic Objective Question
  • 50+Collection Based Objective Question
  • Java Basic code snippet based Question
  • Java 8 Objective Questions
  • 10 best system design books
  • 18 Best Python books
  • 15 Best C++ Programming Book
  • 15 Best C Programming Book
  • 15 best Java Books to Master Java
  • Data Structure and Algorithm Books
  • Aggregate function in SQL with Examples
  • SQL and Parts of SQL language
  • Views in Relational Algebra
  • Syntax of following SQL commands: sysdate, to date(), dual table ,to_number, substr() and initcap()
  • What is Super key, Candidate key and Primary key?

Subjects

  • Data Structure
  • DBMS
  • Algorithm
  • Web Technology
  • Software Project Management
  • Computer Network

F2F Interview Preparation

  • C Interview Questions
  • Java Interview Questions
  • Python Interview Questions
  • Spring Boot Interview Questions
  • Java 8 Interview Questions

Coding Interview Question

  • C Coding Questions
  • Java Coding Questions
  • Python Coding Questions
  • Java 8 Coding Questions