07/09/2014
Extrinsicity Online
Be the Sherlock of Electronics.
Visit : www.extrinsicity.excelmec.org
https://www.facebook.com/extrinsicity
For all those electronics wizkids out there. This circuit debugging competition is all about electronic competence and analytical brilliance!
Visit: www.extrinsicity.excelmec.org
26/06/2012
4 more details visit www.Referencebooks4u.in
HOME
Welcome to my new website.
26/06/2012
rf4u serves as a platform to sell,exchange,buy and donate reference books.....
Also various second hand and brand new books are available in our collection...
15/06/2012
It's interesting that boredom seems to be the tipping point...
18/01/2012
If any1 want e book for engineering thermodynamics pls comment in this status update
thank you
-- Admin
30/12/2011
Wishing everyone a Happy and Prosperous New Year
-Admins of Referencebooks4u
23/12/2011
Lot of things to study....
Graphics series test
30/11/2011
COMPUTER ASSIGNMENT SAMPLE QUESTIONS FOR TOMORROW
1. Write a c program that prints its input 2 words per line(Last word may be printed alone)
2. Write a program to print a histogram of the lengths of words of input.The histogram may be drawn horizontally by printing characters like *.
3. Write a function to convert temp in degree celsius to degree Fahrenheit.Make use of this function to print the conversion table of temperature from 0 to 300 degree celsisus in steps of 10.
4. Write a function reverse(s) to reverse a character string s.
5. Write a function which finds the second largest element of an array.Size of array is atleast 2.
6. Write a function to find the sum of elements of an array.
7. Use switch statement to count the no. of times digits 0 to 4 occur in the input.
8. If x is 1 and y is 2, what is the value of x&y.
9. If xis 1 and y is 2 , what is the value of x&&y.
10. If x is 3 and y is 2, what is the value of x
28/11/2011
main()
{
int n, c, k, space = 1;
printf("Enter number of rows\n");
scanf("%d",&n);
space = n - 1;
for ( k = 1 ; k