Iam a B.Tech graduate and completed my engineering in 2009,
from 2005 to 2009 and after that i had done nothing.Now i
want to do job and get into BPO field . Friends give me
suggestions as what to say in interview... if they ask me
that what would you had done ... these many years without
doing job ??????? pls urgent
No Answer is Posted For this Question
Be the First to Post Answer
which one low Priority in c? a)=,b)++,c)==,d)+
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
State the difference between x3 and x[3].
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
What is the difference between int and float?
What are data structures in c and how to use them?
How do we make a global variable accessible across files? Explain the extern keyword?
What is an identifier?
How to throw some light on the b tree?
what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }
how to write a bubble sort program without using temporary variable?
What is the use of getchar() function?