Category: A ll Codes
By thinking 24 hr++ I have solved this problem.I got guidance from my friend M.H Riyad also..He…
Solution actually simple…You have to think simple here is the cartesian co ordinate link check here then…
Sometimes i feel i have to write those in somewhere so i am writing those techniques here…
#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…
Recent Comments