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
Answer Posted / pradeep
you can refer the company's website in which you going to attend interview
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain what is page thrashing?
Can a function argument have default value?
What is non linear data structure in c?
What are the different properties of variable number of arguments?
Explain b+ tree?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Why isnt any of this standardized in c?
Are comments included during the compilation stage and placed in the EXE file as well?
What are the two types of structure?
What is bash c?
What does the file stdio.h contain?
can anyone please tell about the nested interrupts?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
What is null pointer constant?
Can you pass an entire structure to functions?