Category: Language
I am recaping what I learned from tutorialspoint.com so far Identifier:I can define taht is c++ Keyword:Some…
Syntax: function_type function_name(parameter_type parameter_name,parameter_type parameter_name){ function_body; return function_type; } return will work for any function_type except void….void…
Enter a year to find out it’s leap year or not ! Explanation about the formula: http://www.infoplease.com/spot/leapyear1.html #include<stdio.h>…
I tried to built this system from youtube videos and by searching net. I am sharing the…
Sometimes i feel i have to write those in somewhere so i am writing those techniques here…
The % Format Specifiers The % specifiers that you can use in ANSI C are: Usual variable…
Recent Comments