please give me a VIRTUSA sample palcement papers....
you will only send TECHNICAL SECTION.....
that is help for me
Advance Thanks........................
No Answer is Posted For this Question
Be the First to Post Answer
Explain why c is faster than c++?
What is cohesion in c?
What is Lazy evaluation in C? Give an example.
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..
Can a pointer be static?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Explain the properties of union.
How do you print only part of a string?
how can i get output like this? 1 2 3 4 5 6
What are local static variables? How can you use them?
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
What is keyword with example?