Skip to content
SunShine Softwares
SunShine Birthday Celebration Offer
Call: +91-9928016573, 9887116583
Menu
Home
Professional Training
Android Training
ASP.Net Training
Web Designing Training
PHP Live Project Training
Asp.NET MVC Training
SEO Training
Digital Marketing Training
Industrial Training
B.Tech Industrial Training
B.Tech Summer Training
MCA Industrial Internship
Programming
C Training
C++ Training
JAVA Training
Python Training
Assignments
Python
Python Simple Questions
Python Conditions IF ELSE
Python For Loop
Python While Loop
Python List
Python Tuple
Python Dictionary
Python Date-Time
Python file handling
Python Functions
Python Modules
Python OOPs Concept
Python Set
Python SQL concept
Python String
Python threading
C Assignments
Simple Questions
File Handling
IF Else
Loop For
Loop While
Math Library Function
One Dimension Array
Pointers
String Library Function
Strings
Structure
Two Dimension Array
Union
User Defined Function
Interview Questions
C Interview Questions
Register
Contact Us
ansTest
Ask question
Search
Order By
Category
Clear Filter
1
Ans
Write a C Program to Print Hello
1.57K views
ShriRam
Changed status to publish
July 14, 2022
C Assignments - Simple Questions
1
Ans
Write a C Program to Input your Age and Print It.
1.36K views
ShriRam
Changed status to publish
July 14, 2022
C Assignments - Simple Questions
1
Ans
Write a c program to add two numbers.
1.34K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments - Simple Questions
1
Ans
Write a C program to display the cube of the number.
1.40K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments - Simple Questions
1
Ans
Write a C program to input student marks of five subjects and calculate percentage.
4.75K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments - Simple Questions
1
Ans
Write a C program to input basic salary of an employee and calculate its gross salary. Incentive includes HRA=25%,TA=10%,DA=40% (GROSSsalary=basicsalary+HRA+TA+DA).
3.87K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments - Simple Questions
1
Ans
Write a C program to input purchaseAmount and Discount and Calculate Net Amount payable.
1.34K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments - Simple Questions
1
Ans
Write a C program to Calculate the area of rectangle.
2.05K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments - Simple Questions
1
Ans
Write a C program to Calculate the area of Circle.
1.42K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments - Simple Questions
1
Ans
Write a C Program to Calculate simple interest.
1.91K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments - Simple Questions
1
Ans
Write a C Program to Calculate compound interest.
2.46K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments - Simple Questions
1
Ans
Write a C Program to check whether inputted number is Odd or Even.
1.75K views
ShriRam
Changed status to publish
January 5, 2023
C Assignments – IF Else
1
Ans
Write a C Program to check whether inputted Char Vowels or Consonants.
1.69K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – IF Else
1
Ans
Write a C Program to find max of two numbers.
1.56K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – IF Else
1
Ans
Write a C Program to find maximum in three numbers.
1.62K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – IF Else
1
Ans
Write a C Program Input student Marks of three subject and Calculate Percentage and division.
1.76K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – IF Else
1
Ans
Write a C Program to input student marks of five subjects and calculate percentage. And define grade as per following condition
1.80K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – IF Else
1
Ans
Write a C Program Calculate discount as per following condition If Amount >= 10000 then 10% If Amount <10000 and> 5000 then 5% Else 2%
5.78K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – IF Else
1
Ans
Write a C Program to Print 1 to N number.
1.25K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – Loop For
1
Ans
Write a C Program to Print the multiplication table of given number.
2.15K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – Loop For
1
Ans
Write a C Program to Take 10 integers and print their average.
1.31K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – Loop For
1
Ans
Write a C Program to Take 10 integers and print their smallest and largest value.
1.28K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – Loop For
1
Ans
Write a C Program Largest of N numbers
1.27K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – Loop For
1
Ans
Write a C Program to check whether inputted number is Prime or Not.
1.56K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – Loop While
1
Ans
Write a C Program to Take 10 integers using loop and count number of even or odd.
1.28K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – Loop While
1
Ans
Write a C Program to print 1,4,9,16,25…….n.
1.22K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – Loop While
1
Ans
Write a C Program to print 1,1,2,3,5,8,13….n.
1.64K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – Loop While
1
Ans
Write a C Program to calculate 1+2+….n sum of series.
1.32K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – Loop While
1
Ans
Write a C Program to print 1 to N with While loop.
1.12K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – Loop While
0
Ans
Write a C Program to compute the Sum of the digits of an integer.
1.02K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – Loop While
1
Ans
Write a C Program to Reverse number.
1.36K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – Loop While
1
Ans
Write a C Program to check number is Palindrome or not. (Hint =A Palindrome number is a number(in some base) that is the same when written forwards or backwards example=101.)
1.57K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – Loop While
1
Ans
Write a C Program to take Insert 10 values in array and Print on Screen.
1.38K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – One Dimension Array
1
Ans
Write a C Program to search an element in an array.
1.83K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – One Dimension Array
1
Ans
Write a C Program to count an element in an array.
1.35K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – One Dimension Array
1
Ans
Write a C Program to find sum of all array elements in an array.
1.92K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – One Dimension Array
1
Ans
Write a C Program to find Maximum and Minimum element in an array.
3.34K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – One Dimension Array
1
Ans
Write a C Program to Print all Negative Element in an array.
1.59K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – One Dimension Array
1
Ans
Write a C Program an array and print vowel and consonants.
1.24K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – One Dimension Array
1
Ans
Write a C Program to input name an array c.
1.14K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – One Dimension Array
1
Ans
Write a C Program to count total number of negative elements in an array
1.74K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – One Dimension Array
1
Ans
Write a C Program to replace an element from an array at specified position.
4.20K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – One Dimension Array
1
Ans
Write a C Program to find Reverse of an array.
1.26K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – One Dimension Array
1
Ans
Write a C Program to count total number of even and odd elements in an array
3.53K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – One Dimension Array
1
Ans
Write a C Program to Bubble Sorting.
1.24K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – One Dimension Array
1
Ans
Write a C Program to binary search an element in An Array.
1.58K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – One Dimension Array
1
Ans
Write a C Program to copy all elements from an array to another array.
1.92K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – One Dimension Array
1
Ans
Write a C Program to input and print matrix of 2 Row and 2 Column.
1.25K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – Two Dimension Array
1
Ans
Write a C Program to add two matrices (Hint =A matrix is a collection of numbers arranged into a fixed number of rows and columns).
1.28K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – Two Dimension Array
1
Ans
Write a C Program to add Subtract matrices.
1.80K views
ShriRam
Changed status to publish
July 15, 2022
C Assignments – Two Dimension Array
1
2
3
…
6
7
Next »
Call Us : 9928016573
Have a Question Ask Now ?
Home
Professional Training
Android Training
ASP.Net Training
Web Designing Training
PHP Live Project Training
Asp.NET MVC Training
SEO Training
Digital Marketing Training
Industrial Training
B.Tech Industrial Training
B.Tech Summer Training
MCA Industrial Internship
Programming
C Training
C++ Training
JAVA Training
Python Training
Assignments
Python
Python Simple Questions
Python Conditions IF ELSE
Python For Loop
Python While Loop
Python List
Python Tuple
Python Dictionary
Python Date-Time
Python file handling
Python Functions
Python Modules
Python OOPs Concept
Python Set
Python SQL concept
Python String
Python threading
C Assignments
Simple Questions
File Handling
IF Else
Loop For
Loop While
Math Library Function
One Dimension Array
Pointers
String Library Function
Strings
Structure
Two Dimension Array
Union
User Defined Function
Interview Questions
C Interview Questions
Register
Contact Us