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 exam questions
Post A Question
Classifications:
C programming Assignments
C programming examples
C programming Interview questions
C programming MCQ Questions
C programming quiz questions
C programming textbook solutions
exam questions Categories:
Java programming exam questions
C++ programming exam questions
c# programming exam questions
Python programming exam questions
Show Collections (28)
Show Questions (594)
C Basic Declarations and Expressions exercises
|
0
|
30
|
679
Data Structure programs using C and C++ (Sorting Programs)
|
0
|
18
|
480
Data Structure programs using C and C++ (Linked List Programs)
|
0
|
39
|
769
C MySQL Programs
|
0
|
9
|
451
C SQLite Programs
|
0
|
11
|
337
C Preprocessors Programs
|
0
|
24
|
573
C scanf() Programs
|
0
|
11
|
399
C Common Errors Programs
|
0
|
20
|
312
Command Line Arguments Examples/Programs in C language
|
0
|
6
|
513
Dynamic Memory Allocation programs/examples in C programming language
|
0
|
5
|
698
C pointers example programs
|
0
|
13
|
397
C Structure and Union programs
|
0
|
12
|
536
File Handling Examples Programs in C language
|
0
|
32
|
606
Show More
Write a C program that prints all even numbers between 1 and 50 (inclusive)
FayezHamida
2022-07-01
1 answers
566 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
586 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
541 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
459 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
546 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
540 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
402 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
503 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
544 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
482 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
849 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
535 Views
0 Likes
Write a C program to convert a given integer (in days) to years, months and days, assumes that all months have 30 days and all years have 365 days
FayezHamida
2022-07-01
1 answers
451 Views
1 Likes
Show More