{ 2 comments }
gnu linux
How do I find out what version of Linux distribution I’m using from the shell (bash) prompt?
{ 45 comments }
Q. Can you give me example for If else statement in C Program under Linux or TC? A. C follows universal syntax for if..else. You can use any complier GNU Linux gcc or UNIX or old good TC. if..else syntax General if..else syntax is as follows: if ( condition ) { expr_set1; } else { [...]
{ 172 comments }



