Month: February 2015

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…

13
Feb
2015

String Processing

নিজের কন্সেপ্ট ক্লিয়ার করতে এই পোস্ট টা দেয়া স্ট্রিং প্রসেসিং এর আগে ভাবছি পয়েন্টার আর অ্যারে কনসেপ্টটাও…

11
Feb
2015

URI Online Judge Solution | 1037 Interval

Here is a link http://www.mathsisfun.com/sets/intervals.html Check there about the interval notation section… Interval Notation In “Interval Notation”…

10
Feb
2015

URI Online Judge Solution| 1036 Bhaskara’s Formula

An equation ax2 + bx + c = 0 where a,b and c are any number  and…

10
Feb
2015

URI Online Judge Solution | 1035 Selection Test 1

Hints: Don’t forget to think that A is even so we have to use a%2==0 that’s it…