Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular Searches:
if-else
class-diagram
flowchart
Polymorphism
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
|
658
implement two unique implementations of the string search function in C (WITHOUT using any standard library functions)
ads2100
2022-10-08
0 answers
565 Views
0 Likes
Write a C program that prints all even numbers between 1 and 50 (inclusive)
FayezHamida
2022-07-01
1 answers
552 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
570 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
526 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
445 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
532 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
522 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
388 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
488 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
530 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
463 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
820 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
520 Views
0 Likes
Show More