my name is nani i completed my b-tech in hyd now i want go
for interveiw but i dont know the process of software field
interveiws plz help me anyone how many rouds there n what
rounds plz plz plz help me n where i can get these details
Answers were Sorted based on User's Feedback
Answer / pradeep
you can refer the company's website in which you going to attend interview
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / padma
in some companys three rounds are held so u can prepare technical questions in web sites
| Is This Answer Correct ? | 0 Yes | 0 No |
What is 1d array in c?
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }
Is it possible to create recycle bin in mobiles?
What does the && operator do in a program code?
Explain the use of 'auto' keyword in c programming?
What are different types of operators?
Write a program to swap two numbers without using third variable in c?
What is c standard library?
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel