Month: June 2016
code: #include<stdio.h> #include<stdlib.h> int main(){ char line[]=”1 -2 10000 -50 20 7 445 -4″; char *p,*e; long…
Code int ledpin=13; int value=LOW; long previousmillis=0; long interval = 100; void setup() { // put your…
Swap in C #include<stdio.h> int main() { int x,y,z; x=5; y=7; printf(“Before x=%d y=%d\n”,x,y); z=x; x=y; y=z;…
If you want to be master at something there is no shortcut !
Recent Comments