Month: April 2017

18
Apr
2017

PHP OOP: Class, Method, Object, Instance, Declare, Echo, Inheritance,Constructor,Access Control,Static!

PHP OOP example described here from edwin’s video: <?php class Car{ var $wheels=4; var $hood=1; var $engine=1;…

17
Apr
2017

Concatanated String Problems

Problem: Take three different string as input from the user(“We”, “ Love” and “ Bangladesh”). Now concate these…

17
Apr
2017

Reverse a string

Problem 65: Reverse Take a word from user and print the word in reverse order. [If user…

16
Apr
2017

String Refreshing

//Program to assign string and display the same #include<stdio.h> #include<stdlib.h> int main() { char str[]=”LearnGood”; printf(“Assigned string:…

14
Apr
2017

Rules For Learning Something New

Source: https://www.quora.com/I-want-to-be-a-full-stack-web-developer-in-half-a-year-and-I-came-up-with-a-plan-What-is-some-advice/answer/Joel-Rivera-2 Sounds like you are going for a full immersion strategy which is a great way to…

14
Apr
2017

Never Give UP