Microsoft .Net
Sun Java
Zend Php
DataBase Server
Basic Language
Other
Question & Answer


C Programming
*
Article : Pointer To Pointer In C Publisher : Nitin patidar
       
Description : Pointer to pointer store the address of pointer .normally pointer contain the memory address of another data type variable. but pointer to pointer contain memory address of the pointer. Total View : 104
       
       
*
Article : Void Pointer In C Publisher : Nitin patidar
       
Description : C support void pointer which can contain address of data type but it can’t be directly dereference like other pointer variable. before dereference it must be typecast to appropriate data type. Total View : 136
       
       
*
Article : Pass By Reference In C Publisher : Nitin patidar
       
Description : Pass by reference is a process where the memory address of variable pass to the function. this allows to access original variable from the function. Total View : 76
       
       
*
Article : Pointer Arithmetic In C Publisher : Nitin patidar
       
Description : C language supports five arithmetic operations on pointer. Total View : 245
       
       
*
Article : Pointer In C Publisher : Nitin patidar
       
Description : A pointer is a variable which store the memory address of another variable. it has to be declare before it can use. Total View : 107
       
       
*
Article : Calculating Factorial Of Number In C Publisher : Nitin patidar
       
Description : Calculating factorial of number in c Total View : 102
       
       
*
Article : Array Of Pointer In C Publisher : Nitin patidar
       
Description : Array of pointer is similar to array but it is collection of variable memory address. Total View : 91
       
       
*
Article : The Address Operator(&) In C Publisher : Nitin patidar
       
Description : The address operator (&) are use to access the memory location address of the variable. it used only with single variable like &x. Total View : 198
       
       
*
Article : Ternary Conditional Operator Publisher : Ulhas Bhoge
       
Description : The ternary condition operator is like if-else statement. it use for decision making process. Total View : 43
       
       
*
Article : Relational Operator Publisher : Ulhas Bhoge
       
Description : Relational operator used to compare between two expressions. there are six type of relation operator in c. Total View : 20
       
       
*
Article : Logical Operators In C Publisher : Ulhas Bhoge
       
Description : The logical operators are work on true & false ( 1 & 0) result of two or more expression. mostly three type of logical operator used in c. Total View : 12
       
       
*
Article : Calculate The Area And Circumference Of A Circle In C Publisher : Ulhas Bhoge
       
Description : Calculate the area and circumference of a circle in c Total View : 17
       
       
*
Article : Break Statement In C Publisher : Nitin patidar
       
Description : Break statement terminate loop as certain condition occurs. Total View : 16
       
       
*
Article : Check Prime Number In C Publisher : Nitin patidar
       
Description : A number which is dividing by only 1 & itself are called prime number. Total View : 14
       
       
*
Article : Continue Statement Publisher : Nitin patidar
       
Description : Continue statement bypass the remaining condition when certain condition occurs. Total View : 13
       
       
*
Article : Display “Floyd’S Triangle” In C Publisher : Nitin patidar
       
Description : Display “floyd’s triangle” in c Total View : 205
       
       
*
Article : Test Number Is Even Or Odd In C Publisher : Nitin patidar
       
Description : Test number is even or odd in c Total View : 19
       
       
*
Article : Exit() Function In C Publisher : Nitin patidar
       
Description : Exit() function use to terminate the entire program. Total View : 12
       
       
*
Article : Switch Statement In C Publisher : Nitin patidar
       
Description : Switch statement provide multiple decision for particular result. it reduces complexity of nested if-else statement. Total View : 10
       
       
*
Article : Display Pascal Triangle IN C Publisher : Nitin patidar
       
Description : Display pascal triangle in c Total View : 31
       
       
*
Article : Display Triangular Pattern In C Publisher : Nitin patidar
       
Description : Display triangular pattern in c Total View : 20
       
       
12

 
Latest Article
 
Top View Article
*
article : Autocomplete Textbox In Php Publisher : Nitin patidar
Description : The text box autocomplete property which shows the next string for entered character in that textbox Total Page View : 3858
       
*
article : MVC Architecture In Php Publisher : Nitin patidar
Description : Model-view-controller is the concept introduced by smalltalk's inventors Total Page View : 3354
       
*
article : Paging In Php With Mysql Publisher : Nitin patidar
Description : Paging means split the result in multiple pages instead of just putting all record in one page. Total Page View : 2923
       
*
article : Asynchronous Thread In C# Publisher : Nitin patidar
Description : Asynchronous thread in c# Total Page View : 1780
       
*
article : Send Unlimited SMS In C#.Net Window Application Through Web Services Publisher : Nitin patidar
Description : How to send unlimited sms in c#.net window application through web services Total Page View : 773