Category: Programming
#include<stdio.h> int main() { int i,t,a,b; scanf(“%d”,&t); for(i=0;i<t;i++){ scanf(“%d %d”,&a,&b); if(a<b) printf(“<\n”); else if(a>b) printf(“>\n”); else printf(“=\n”);…
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…
নিজের কন্সেপ্ট ক্লিয়ার করতে এই পোস্ট টা দেয়া স্ট্রিং প্রসেসিং এর আগে ভাবছি পয়েন্টার আর অ্যারে কনসেপ্টটাও…
Here is a link http://www.mathsisfun.com/sets/intervals.html Check there about the interval notation section… Interval Notation In “Interval Notation”…
An equation ax2 + bx + c = 0 where a,b and c are any number and…
Recent Comments