C: C-Programming Exercise

C: C-Programming Exercise

In this section, we have placed the list of C programs for doing some basic practices for beginners and experienced. solutions are also provided. please click the link shared below under each questions.

*******************************

1- C program to print pyramid of triangle:

Answer: please click the below link.

Output:


Link:https://draft.blogger.com/blog/post/edit/4414337148028306636/6843421424660007569


2- Write a program to find the element of array.

Answer: please click the below link.

Output is:

Enter size of the  array : 5
Enter elements in array : 12
13
14
16
17
Enter the key : 16
Element 16 found at 3 index of array

 

Link: https://draft.blogger.com/blog/post/edit/4414337148028306636/7929215823725374484


3- Write a program to find the sum of two integer numbers and compile that over linux operation system.

Answer: please click the below link.

 


Output is:


In below screen shoot, we have shown that how to compile C file(add.c) and run over linux(Ubuntu)
system.
 

 

Link: https://draft.blogger.com/blog/post/edit/4414337148028306636/6211307688637386107


4- Write a code for checking if a given input is an integer value or not.

Answer: please click the below link.

Output

Enter a string: 5687 

This is a Number

Output

Enter a string: deve124

This is not a number

 

Link: https://draft.blogger.com/blog/post/edit/4414337148028306636/1343992793524398568


5- 

Answer: please click the below link.

Link: 



No comments:

Post a Comment