Sunday, October 21, 2007

Engg ebooks

http://ebooksforengineering.googlepages.com/flat

Saturday, October 20, 2007

Apptitude Ques

By using only the digts 9,9,9 can u make

a) 1
2) 4
3) 6
????

you can adopt any mathematical relations +,*,-,squareroot,,

Thursday, October 18, 2007

TECH QUES

/* NOTE:please replace lessthan with the symbol as it is a html this blog is not allowing to use it*/

#include "stdio.h"
void main ()
{
int x=10,y=20,z=5,i;
i=x(lessthan)y(lessthan)z;
printf("%d",i);
}

a) 0
b) 1
c) error
d) none

Saturday, October 13, 2007

Hello every one

CertExams.com offers IT certification exams and preparation material including online exams, practice questions, and exam hosting. Also find Certification books, practice questions, certification resources etc. Please view available online exams and exam features.

It' absolutely Free of cost. Only Registration required...


www.certexams.com

Tuesday, October 9, 2007

TECH NO 2

#include
void main ()
{
int a[5]={2,3};
printf("\n %d \t %d\t %d",a[2],a[3],a[4]);
}

Thursday, October 4, 2007

Hello everybody

hello everyone....
check this blog also...

http://madhuryak.blogspot.com/
You can post queries here and also reply to other queries...

Wednesday, October 3, 2007

expect the output..

main ()
{
int a;
for(;scanf("%d",&a);printf("%d",a))
;
}

Monday, October 1, 2007

aptitude ques (10/1)

if all the 6s are replaced by 9s then the algebraic sum of 1 to 100(including 1 and 100) will vary the original sum by????