Category: Language
#include<stdio.h> int main() { int a,b,i; a=200; b=200; i=a!=b; printf(“%d\n”,i); return 0; }
code: #include<stdio.h> int main() { int a=5,b=2; float r; char ch=5; r=(float)a/b; printf(“%f”,r); return 0; } Typecasting…
Mev-Rael 28 Oct 2016 · answer First, obligatory learn those topics very well: HTTP, cookies, sessions, caching,…
PHP Development is quite easy and fun to work at. Here are a few tips that should…
https://www.codecourse.com/lessons?subject=design-patterns
code: #include<stdio.h> int main() { int* pc; int c; c=22; printf(“____\n”); printf(“Address of c:%u\n”,&c); printf(“Value of C:%d\n”,c);…
Recent Comments