|
IGNOU > IGNOU Assignments > BCA > BCA 2006 Assignments > Introduction to System Software IGNOU BCA Assignments Question 1: Derive a regular grammar to describe the syntax of a conventional representation of floating point numbers in a programming language. Ans: <floating point number> : : = <signbit> <mantissa> <exponent> Question 2: Write a shell program to test whether the give year is a leap year or not. Ans: echo “Enter a year” |
|||||||||||||||||||