Recent content by george2625

  1. G

    Hydrogen atoms on collision (based on energy conservation)

    we have to prove that it is impossible ... the statement stands for itself,,, the reaction is impossible because of some facts like it don't satisfy the laws of conservation of energy. please help.
  2. G

    Hydrogen atoms on collision (based on energy conservation)

    "Given a simple and violent chemical reaction { H + H → H2 + 5eV }. however when hydrogen atoms collide in free space they simply bounce apart. the reason is that it is impossible to satisfy the laws of conservation of momentum and conservation of energy in a simple 2 body collision which...
  3. G

    Troubleshooting a Segmentation Fault in a Selection Sort

    please help me with a c code for the merge sort... and i am getting a segmentation fault in running this selection sort,,, please help... #include <stdio.h> int main( ) { int arr[10]; int i,j,temp; for ( i = 0 ; i<10 ; i++ ) { printf("enter the numbers: \n"); scanf("%d \n", arr[i]); } for (...
Back
Top