Category: A ll Codes

12
Feb
2017

A good example of pointer code at Hacker Rank

A good example of pointer code at Hacker Rank: #include <stdio.h> void update(int *a,int *b) { //…

12
Jan
2017

Assembly Lab Report

Lab Report During My Graduation You can visit my github for more codes and details related to…

02
Jan
2017

URI Online Judge Solution | 1049 Animal

strcmp in c/c++ issues is the hard part nothing else…Just try to learn this 🙂 Logical condition…

02
Jan
2017

String Compare in C/C++

http://stackoverflow.com/questions/8004237/how-do-i-properly-compare-strings-in-c

02
Jan
2017

URI Online Judge Solution | 1048 Salary Increase

My failed code: http://ideone.com/4o96LX My succeeded accepted code: #include<iostream> #include<cstdio> using namespace std; int main() { double…

12
Nov
2016

Loop example in MATLAB

Loop example in MATLAB function [ output_args ] = Untitled( input_args ) %UNTITLED Summary of this function…