Here I introduce the
C programming language. C is a general-purpose, imperative computer programming
language, supporting structured programming, lexical variable scope and
recursion, while a static type system prevents many unintended operations.
The best way we
learn anything is by practice and exercise questions. I have started this
section for those (beginner to intermediate) who are familiar with C programming.
let's see some basic question in c programming:-
1.
Write
a C program to print your name, date of birth. And mobile number.
Here
is the code;
Output:
2. Write a C program to print the Characters in a reverse way.
3. Write
a C program to compute the perimeter and area of a rectangle with a height of 7
inches. And width of 5 inches.
4. Write a C program to compute the perimeter and area of a circle with a given radius.
0 Comments
Post a Comment