System Software notes Complier Complier: compiler is a translator program written in (High-level language) the source program and translate into an equivalent program in (machine-level language) the target program. An important part of compiler is an error showing to the programmer. System Software notes Executing a program written in high-level language is basically of two Continue reading
C programming
Java OOPs Concept Quiz
Java oops Concepts Quiz
Arrays
C Programming Quiz on Array
Datatypes
C Programming Quiz on Datatype
Exception Handling
here you can know about exceptional handling, syntax try, catch , throw And finally all are covered in this Section.
Operators and Expression
Operator and expression mainy it consists of operands, logical operators, arthimetic operators etc
Preprocessor
C Programming quiz on Preprocessor
String and Pointers
C Programming Quiz on String and Pointers
Inputs and Outputs Operations
Inputs and Outputs Operations Quiz
C Programming Cell Structure and Function Quiz
functions C Programming Quiz Cell Structure and Function Quiz Functions : Function is a set of Instruction to perform a Particular task is Called Function ex: Finding the Square root of a given Number, The function after executing it returns a single value Functions are classified in two User Defined Functions and Built in Functions. Continue reading