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 the difference between CV and Resume ?
what is event driven software and what is procedural driven software?
What is main return c?
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
how can u print a message without using any library function in c
what is c?
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
write a program structure to find average of given number
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)