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
write a programming in c language, 1 3 5 7 9 11
Explain what is a program flowchart and explain how does it help in writing a program?
Given a number N, product(N) is the product of the digits of N. We can then form a sequence N, product(N), product(product(N))… For example, using 99, we get the sequence 99, 99 = 81, 81 = 8. Input Format: A single integer N Output Format: A single integer which is the number of steps after which a single digit number occurs in the sequence. Sample Test Cases: Input #00: 99 Output #00: 2 Explanation: Step - 1 : 9 * 9 = 81 Step - 2 : 8 * 1 = 8 There are 2 steps to get to this single digit number. Input #01: 1137638147
what wud be the output? main() { char *str[]={ "MANISH" "KUMAR" "CHOUDHARY" }; printf("\nstring1=%s",str[0]); printf("\nstring2=%s",str[1]); printf("\nstring3=%s",str[2]); a)string1=Manish string2=Kumar string3=Choudhary b)string1=Manish string2=Manish string3=Manish c)string1=Manish Kumar Choudhary string2=(null) string3=(null) d)Compiler error
How important is structure in life?
Why #include is used in c language?
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Write a program to swap two numbers without using third variable?
what is the self-referential structure?
What is a class c rental property?
What is restrict keyword in c?