some programming

1.Write a program that prints Hello World! on screen.

2. Sum of two integers

3. Celsius to Farenheit conversion

4. Simple interest

5. Print ASCII value

6. Swapping of two numbers

7. Area and circumference of Circle

8.Area and circumference of Rectangle

9. Area of Triangle

[…]

Continue Reading

c programming Chapter wise

<hr/ Chapter 1 From which function C program starts?  2017 Ans:The execution of C program always stars from main () function. This is reason every C program has at least one function called main ().  How to Declare and Use Constants in the C Language.year 2012 chapter 1 constants are declared using the C language […]

Continue Reading