Dot Net Code (114)
Visual Basic Code (11)
Programming Code AllOther (62) #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
Google, HCL, Quick Heal, WTF,
4 37675void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
2 8565main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
1 5731main() { static char names[5][20]={"pascal","ada","cobol","fortran","perl"}; int i; char *t; t=names[3]; names[3]=names[4]; names[4]=t; for (i=0;i<=4;i++) printf("%s",names[i]); }
2 16472
how to test pierrot divisor
Devise a program to implement the Fibonacci sequence.
Code for Two Classes for Doing Gzip in Memory?
Beautiful is for 012345678 9 and a code for similar word containing the same alphabets
write a program using 2 D that searches a number and display the number of items 12 inputs values input 15,20, 13, 30, 38, 40,16, 18, 20 ,18 ,20 enter no. to search : 20
What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql
write a function that allocates memory for a single data type passed as a parameter.the function uses the new operator and return a pointer to the allocated memory.the function must catch and handle any exception during allocation
write a program that prompt the user to enter his height and weight,then calculate the body mass index and show the algorithm used
Write a code snippet to display an integer in a binary format?
how to insert fname,lname,designation values into database while click on the submit button using windows authentication mode?
write a program in java to find the moving average of all prime numbers between 2 and 100.
How to Check if Folder Exists?
Bubble Sort. java thereafter the user will be asked to inpout the size of the list,sort the list in ascending order and display the sorted list in a horizontal manner???
In java, why do we set thread priority, when we know that there is no guarantee by which a thread should be execute?
i really need help about this.. write a program to display the set of odd and even numbers separately. find the highest and lowest value of the given numbers.