Latest News
Showing posts with label c. Show all posts
Showing posts with label c. Show all posts
gilogo - - who

During the 60s, while computers were still in an early stage of development, many new programming languages appeared. Among them, ALGOL 60, ... [...]

gilogo - - variables

Variables Definition " Variable is a memory location in C++ Programming language " Variable are used to store data on memory.  Why... [...]

gilogo - - puzzle

main(){       int i=10;       void pascal f(int,int,int); f(i++,i++,i++);       printf(" %d",i); } void pascal f(integer :i,inte... [...]