Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular Searches:
flowchart
Polymorphism
if-else
class-diagram
Home
Questions
C programming
C programming Assignments
Post A Question
Classifications:
C programming exam questions
C programming examples
C programming Interview questions
C programming MCQ Questions
C programming quiz questions
C programming textbook solutions
Assignments Categories:
Java programming Assignments
C++ programming Assignments
c# programming Assignments
Python programming Assignments
Php programming Assignments
Show Collections (1)
Show Questions (29)
C Basic Declarations and Expressions exercises
|
0
|
30
|
168
implement two unique implementations of the string search function in C (WITHOUT using any standard library functions)
ads2100
2022-10-08
0 answers
205 Views
0 Likes
Write a C program that prints all even numbers between 1 and 50 (inclusive)
FayezHamida
2022-07-01
1 answers
219 Views
0 Likes
Write a C program that read 5 numbers and counts the number of positive numbers and negative numbers
FayezHamida
2022-07-01
1 answers
233 Views
0 Likes
Write a C program that read 5 numbers and counts the number of positive numbers and print the average of all positive values
FayezHamida
2022-07-01
1 answers
225 Views
0 Likes
Write a C program that read 5 numbers and sum of all odd values between them
FayezHamida
2022-07-01
1 answers
132 Views
0 Likes
Write a C program to find and print the square of each one of the even values from 1 to a specified value
FayezHamida
2022-07-01
1 answers
224 Views
0 Likes
Write a C program that reads an integer between 1 and 12 and print the month of the year in English
FayezHamida
2022-07-01
1 answers
226 Views
0 Likes
Write a C program that reads two integers and checks whether they are multiplied or not
FayezHamida
2022-07-01
1 answers
122 Views
0 Likes
Write a C program that reads three floating values and check if it is possible to make a triangle with them. Also calculate the perimeter of the triangle if the said values are valid
FayezHamida
2022-07-01
1 answers
222 Views
0 Likes
Write a C program that read 5 numbers and sum of all odd values between them
FayezHamida
2022-07-01
1 answers
216 Views
0 Likes
Write a C program that reads an integer and check the specified range where it belongs. Print an error message if the number is negative and greater than 80
FayezHamida
2022-07-01
1 answers
206 Views
0 Likes
Write a C program to print the roots of Bhaskara’s formula from the given three floating numbers. Display a message if it is not possible to find the roots
FayezHamida
2022-07-01
1 answers
208 Views
0 Likes
Write a C program that accepts 4 integers p, q, r, s from the user where q, r and s are positive and p is even. If q is greater than r and s is greater than p and if the sum of r and s is greater than the sum of p and q print "Correct values", otherwise print "Wrong values"
FayezHamida
2022-07-01
1 answers
121 Views
0 Likes
Show More