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 |
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
what is constant pointer?
WHAT IS C?
why programming language C is still used in operating system's kernel??
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
write a C program to print the program itself ?!
what is data structure?
How can I convert a number to a string?
wap in c to accept a number display the total count of digit
What are the features of c languages?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What are called c variables?