Month: May 2017

04
May
2017

Algorithm: Binary Search

iterative code: #include<stdio.h> int binarysearch(int A[],int n,int x) { int low=0, high=n-1; while(low<=high) { int mid=(low+high)/2; //eta…

03
May
2017

Pointer Clear

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);…

02
May
2017

PHP/or any other platform freshers qualification

https://www.facebook.com/groups/eee.cse/permalink/1650363141659373/ https://trello.com/b/0bKxmpuK/cse-graduate-checklist