Here we are placing most frequently interviewer asked questions sopmeones don't concentrate on basics for these peoples i give a best advice don't neglect the basics because basics are heart for script mainly for c language peoples.The C language is hard to understand but you know the concepty easy to learn and wreite any program for anything.So first learn the c logical and practically.
Technical Interview Questions in C
Technical Questions in C
1. What is a local block?
2.Should variables be stored in local blocks?
3. When is a switch statement better than multiple if statements?
4.Is a default case necessary in a switch statement?
5. Can the last case of a switch statement skip including the break?
6. Other than in a for statement, when is the comma operator used?
7. How can you tell whether a loop ended prematurely?
8. What is the difference between goto and long jmp( ) and setjmp()?
9. What is an lvalue?
10. Can an array be an lvalue?
11. What is an rvalue?
12. Is left-to-right or right-to-left order guaranteed for operator precedence?
13. What is the difference between ++var and var++?
14. What does the modulus operator do?
15.Write the addition of two numbers without using any operator?
Here You can find few Questions based on C language ...Those who know the answer's can comment on it...we post the answer later
0 comments:
Post a Comment