Trending

Read more

Show more

Sample Program 4: Use of Subroutines in C

T he program shown below uses a user-defined function . A function defined by the user is equivalent to a FORTRAN subro…

Who is Dennis Ritchie

Dennis MacAlistair Ritchie  (September 9, 1941 –   October 12, 2011) was an American  computer scientist.  He is most w…

What is comment lines in C

Comment Line In the C programming language, a comment line is a line of code that is not executed by the compiler but i…

Load More That is All