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
If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.
What is p in text message?
how to reverse string "Hello World" by using pointers only. Without any temp var
How can you increase the allowable number of simultaneously open files?
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
write a program for fibonaci series by using while loop in c?
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
how do we remove the printed character in printf statement and write next it it
can v write main() { main(); } Is it true?
What are actual arguments?
What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these
How can you find the day of the week given the date?