blackberry has now cancellled the launch of storm 3 .
Subscribe to:
Post Comments (Atom)
Implemet Stack in python
class Stack : def __init__ ( self , data ): self . stack = [] if ( data ): self . stack . append ( da...
-
#include<stdio.h> main() { int n,i; printf("\nenter the number\n"); scanf("%d",&n); i=n-1; if((n...
-
#include<stdio.h> void main() { int array[100],j=0,n,i; printf("enter the no of elemnts in the array\n"); scanf(...
-
#include<stdio.h> void main() { int i,j,k,a=1,b=1,n; printf("enter the number of rows"); scanf("%d",...
No comments:
Post a Comment