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 a function pointer and how all to declare ,define and implement it ???
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
Who is invented by c?
what is computer
What is external variable in c?
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
What's the difference between a linked list and an array?
Which is better between malloc and calloc?
Why is c called c?
What is formal argument?
Write a program to print "hello world" without using a semicolon?