Category: C
I tried to clear here my logic for pointer basic #include<iostream> using namespace std; int main(){ int…
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>…
Sometimes i feel i have to write those in somewhere so i am writing those techniques here…
The % Format Specifiers The % specifiers that you can use in ANSI C are: Usual variable…
What is pointer? Pointer is actually a variable which points to another variable by address not value…
ইদানিং প্রব্লেম সল্ভ করতে গিয়ে কিছু প্রব্লেম এ পড়লে দেখছি যে মডুলাস এর ধারনা টা নিজের কাছে…
Recent Comments