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
What is the difference between variable declaration and variable definition in c?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Explain command-line arguments in C.
Explain this code. #include <stdio.h> void f1(int *k) { *k = *k + 10; } main ( ){ int i; i = 0; printf (" The value of i before call %d \n", i); f1 (&i); printf (" The value of i after call %d \n", i); }
main() { float a=3.2e40; printf("%d",a); }
how do you programme Carrier Sense Multiple Access
Is c still used?
What is a function in c?
Place the #include statement must be written in the program?
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is the size of array float a(10)?