Sunday, July 8, 2007

C Interview Questions

Date
Item Title
Wednesday, 14 February 2007
What is the benefit of using const for declaring constants?
Wednesday, 14 February 2007
What is the easiest sorting method to use?
Wednesday, 14 February 2007
How many levels of pointers can you have?
Wednesday, 14 February 2007
What is the quickest sorting method to use?
Wednesday, 14 February 2007
Is it better to use a macro or a function?
Wednesday, 14 February 2007
What are the standard predefined macros?
Wednesday, 14 February 2007
What is a const pointer?
Wednesday, 14 February 2007
Can you define which header file to include at compile time?
Wednesday, 14 February 2007
Can a variable be both const and volatile?
Wednesday, 14 February 2007
Can include files be nested?
Wednesday, 14 February 2007
Can static variables be declared in a header file?
Wednesday, 14 February 2007
Write the equivalent expression for x%8?
Wednesday, 14 February 2007
When does the compiler not implicitly
Wednesday, 14 February 2007
What is the difference between #include and #include “file”?
Wednesday, 14 February 2007
When function say abc() calls another function say xyz(), what happens in stack?
Wednesday, 14 February 2007
Can we use string in switch statement?
Wednesday, 14 February 2007
How do you print an address?
Wednesday, 14 February 2007
How to find entered number is EVEN or ODDHow to find entered number is EVEN or ODD
Wednesday, 14 February 2007
How to break cycle in circular single link list?
Wednesday, 14 February 2007
How can I convert a number to a string?
Wednesday, 14 February 2007
How to swap the content oftwo variables without a temporary variable
Wednesday, 14 February 2007
How can send unlimited no of arguments
Wednesday, 14 February 2007
What is the benefit of using #define to declare a constant?
Wednesday, 14 February 2007
How do you write a C program which
Wednesday, 14 February 2007
How can I search for data in a linked list?

Type rest of the post here

No comments: