Nimra Aftab

Nimra is a third year Computer Science student at University of Toronto. Her interests are low-level programming, information security, and robotics.
Author Insights

3

0

0
Nimra is a third year Computer Science student at University of Toronto. Her interests are low-level programming, information security, and robotics.
3
0
0
Jan 19, 2021
There are many functional programming languages, and Haskell is one of them. This article covers some aspects of functional programming with Haskell. It assumes that you are familiar with lists, functions,...
Sep 18, 2020
Recall that there are two types of strings in the C programming language. String variables can be modified, but string literals cannot. This article will discuss how to safely manipulate string variables.
Sep 1, 2020
Pointers are common in the C programming language. Since C does not have built-in arrays and strings, programmers use pointers instead. This article will give you a basic introduction to what pointer variables...