As you know, there is no built-in graphics.h setup in Dev C++ which creates us problem for compiling C/C++ graphics programs and throws er...
Read More
Home / Dev CPP
Showing posts with label Dev CPP. Show all posts
Showing posts with label Dev CPP. Show all posts
Swapping Values using 3rd Variable : C Programming
Code goes like this : /* Swapping values without using 3rd Variable */ #include<stdio.h> main() { int a,b; printf(...
Read More
Subscribe to:
Posts
(
Atom
)