User: nihar33

  • Public profile

User profile: nihar33

User info
User name:nihar33
History
Joined:
Number of posts:3
Latest posts:

What is function in C language?
A function is a group of statements that together perform a task. Every C program has at least one f...

Coding a Parser
Generally, you want to separate the functions of the tokeniser (also called a lexer) from other stag...

Function for finding mean average of an array
You calculate an average by adding all the elements and then dividing by the number of elements. Lea...

This user does not accept Private Messages