Category: C

11
Jun
2015

C++ Pointer

I tried to clear here my logic for pointer basic #include<iostream> using namespace std; int main(){ int…

16
Mar
2015

A leap year program in C

Enter a year to find out it’s leap year or not ! Explanation about the formula: http://www.infoplease.com/spot/leapyear1.html #include<stdio.h>…

17
Feb
2015

Some ICPC related programming techniques in c

Sometimes i feel i have to write those in somewhere so i am writing those techniques here…

14
Feb
2015

Some format specifiers in C

The % Format Specifiers The % specifiers that you can use in ANSI C are: Usual variable…

13
Feb
2015

Pointer

What is pointer? Pointer is actually a variable which points to another variable by address not value…

19
Jan
2015

মডুলাস অপারেটর নিয়ে কিছু কথা

ইদানিং প্রব্লেম সল্ভ করতে গিয়ে কিছু প্রব্লেম এ পড়লে দেখছি যে মডুলাস এর ধারনা টা নিজের কাছে…