c programming || Short Answer || Terminal

Asian  Balkumari HDC Indreni Kanya NCC NISt Asian Define symbolic constant and comma operator ? symbolic constant is name that substitute for a sequence of character that cannot be changed. The comma operator is a binary operator that evaluates its first operand and discards the result, it then evaluates the second operand and returns this […]

Continue Reading

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