SIRAJ TECH SOLUTION
programming tutorials,programming code,latest programming,programming theory
Categories
Home
Computer Programming
C PROGRAMMING
DATA STRUCTURE USING C
C++
JAVA
PYTHON
Python Basic
GUI Platform
Tkinter
Kivy
Pygame
Django
Seaborn
More
Numpy
Matplotlib
SciPy
Scikit
PyTorch
RUBY
GO
MORE
ASP.NET
SWIFT
VISUAL BASIC
C#
More
Dask
Visual Studio Code
Orange
Microsoft R Application Network
Web Technology
HTML
CSS
PHP
MYSQL
JAVASCRIPT
MORE
BOOTSTRAP
WEB SERVICES
jQuery
Node.js
Trending Technology
Machine Learning
Latest
Matlab
AI
Data Science
IOT
More
Hadoop
Cloud
Blockchain
Tableau
Exam Preparation
CodeVita
Nptel Assignment Solution
The Joy of Computing using Python
NPTEL The Joy of Computing using Python
Programming in Java
Problem Solving Through C
Python for Data Science
More
TCS Competitive Exam
Interview Preparation
Aptitude Quantitative
Reasoning
GATE
GATE NOTES
More
Student Login
Youtube Lecture
Computer Science
Operating System
Computer Networking
Discrete Mathematics
Data Base Management System
More
Ethical Hacking
JIRA Tutorial
Computer Science Book Pdf
Kali Linux
Tally
Our Services
Contact
Privacy and Policy
Sunday, August 13, 2023
Write a Program to find the sum of all even numbers from 1 to N where the value of N is taken as input. [For example when N is 10 then the sum is 2+4+6+8+10 = 30]
›
Write a Program to find the sum of all even numbers from 1 to N where the value of N is taken as input. [For example when N is 10 then the...
Write a program to find the factorial of a given number using while loop.
›
Write a program to find the factorial of a given number using while loop. Program : #include<stdio.h> void main() { int n; l...
The length of three sides are taken as input. Write a C program to find whether a triangle can be formed or not. If not display “This Triangle is NOT possible.” If the triangle can be formed then check whether the triangle formed is equilateral, isosceles, scalene or a right-angled triangle. (If it is a right-angled triangle then only print Right-angle triangle do not print it as Scalene Triangle).
›
The length of three sides are taken as input. Write a C program to find whether a triangle can be formed or not. If not display “This Tria...
Write a C Program to Find the Smallest Number among Three Numbers (integer values) using Nested IF-Else statement.
›
Write a C Program to Find the Smallest Number among Three Numbers (integer values) using Nested IF-Else statement. Program : #include ...
NPTEL » Problem Solving Through Programming In C Week-4 Quiz Solution
›
Week 4 : Assignment 4 1 point What is the purpose of the "if-else" statement in C? a) To execute a block of code repeatedly. ...
Sunday, August 6, 2023
Complete the code segment to debug / complete the program which is intended to print 'NPTEL JAVA'.
›
Complete the code segment to debug / complete the program which is intended to print 'NPTEL JAVA'. Program:- public class Questio...
1 comment:
Complete the code segment to call default constructor first and then any other constructor in the class.
›
Complete the code segment to call default constructor first and then any other constructor in the class. Program :- // This is the main c...
Complete the code segment to call print() method of class Question by creating a method named ‘studentMethod()’.
›
Complete the code segment to call print() method of class Question by creating a method named ‘studentMethod()’. Program:- // This is t...
Complete the code segment to call the method print() of class given class Printer to print the following.
›
Complete the code segment to call the method print() of class given class Printer to print the following. -------------------------...
Complete the code segment to call the method print() of class Student first and then call print() method of class School.
›
Complete the code segment to call the method print() of class Student first and then call print() method of class School. // This is the c...
NPTEL » Programming In Java Week-2 Quiz Assignment Solution
›
Week 2:Assignment 2 1 point a. b. c. d. 1 point a. b. c. d. 1 point a. b. c. d. 1 point a. b. c. d. 1 poin...
‹
›
Home
View web version
Contributors
ALL TYPES OF CODING
SIRAJ TECH SOLUTION