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

Post New Answer

More C Interview Questions

the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0

1 Answers  


#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }

2 Answers  


what is the difference between unix os and linux os

4 Answers  


Did c have any year 2000 problems?

0 Answers  


What are bit fields? What is their use?

2 Answers   Adobe,






What is binary tree in c?

0 Answers  


How to add two numbers without using semicolon at runtime

2 Answers  


What is console in c language?

0 Answers  


Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


How will you allocate memory to double a pointer?

1 Answers  


main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }

1 Answers   Vector, Vector India,


what value is returned to operating system after program execution?

0 Answers  


Categories