how much salary u want ?
why u join in our company?
your domain is core sector why u prefer software ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.

6 Answers  


What is a const pointer?

0 Answers  


What is function and its example?

0 Answers  


What is the difference between null pointer and the void pointer?

3 Answers  


What is a c token and types of c tokens?

0 Answers  






#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }

7 Answers   Infosys,


How can I get random integers in a certain range?

0 Answers  


What is #include stdio h and #include conio h?

0 Answers  


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

0 Answers  


how to TOGGLE Nth bit of variable in a MACRO

1 Answers   NDS,


Explain b+ tree?

0 Answers  


What does printf does?

0 Answers  


Categories