by admin | May 25, 2015 | sem1
Return array from function in C C programming language does not allow to return an entire array as an argument to a function. However, you can return a pointer to an array by specifying the array’s name without an index. You will study pointer in next chapter so...
by admin | May 25, 2015 | sem1
Passing Arrays as Function Arguments in C If you want to pass a single-dimension array as an argument in a function, you would have to declare function formal parameter in one of following three ways and all three declaration methods produce similar results because...
by admin | May 25, 2015 | sem1
Arrays in c C programming language provides a data structure called the array, which can store a fixed-size sequential collection of elements of the same type. An array is used to store a collection of data, but it is often more useful to think of an array as a...
by admin | May 25, 2015 | sem1
Calculation of Number of Atoms in Unit cell Problem 1: Many metals pack in cubic unit cells. The density of a metal and length of the unit cell can be used to determine the type for packing. For example, sodium has a density of 0.968 g/cm3 and a unit cell side length...
by admin | May 25, 2015 | sem1
Vapour Growth Techniques Slow cooling bottom growth (without seed) Solution growth techniques are often applied to fabricate high-quality single crystals which cannot be grown from their own melts. Depending on the particular crystal class aqueous solutions or flux...
by Aslam Saah | May 25, 2015 | sem1
Solution Growth Techniques Liquid phase epitaxy (LPE) is an excellent method to deposit micrometer-thick films with high crystalline perfection. The epitaxial growth of dissolved solutes occurs in supersaturated solutions on preferably lattice-matched...