Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

C Interview Questions
Questions Answers Views Company eMail

Juxtapose the use of override with new. What is shadowing?

1 6850

Explain the differences between public, protected, private and internal.

2 9862

Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?

1 8155

What is the difference between typeof(foo) and myFoo.GetType()?

Synergy,

2 13310

What's the difference between a linked list and an array?

14 20392

Describe advantages and disadvantages of the various stock sorting algorithms

Microsoft,

1 9641

How would you find a cycle in a linked list?

NSN,

3 13651

How would you write qsort?

1 6743

How would you print out the data in a binary tree, level by level, starting at the top?

Amazon, Microsoft,

6 25526

If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?

Hughes,

6 9991

f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

Hughes,

7 10951

what is the different between if-else and switch statment (other than syntax)

CTS, Oracle, Scorpos,

26 81812

f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed

5 8346

helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.

3 8043

helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe

2 6525


Post New C Questions

Un-Answered Questions { C }

How can I remove the trailing spaces from a string?

1121


Explain how do you declare an array that will hold more than 64kb of data?

1499


what are the different storage classes in c?

1235


Why #include is used in c language?

1103


what are enumerations in C

1218


can we change the default calling convention in c if yes than how.........?

2592


hi any body pls give me company name interview conduct "c" language only

2323


What is the difference between procedural and functional programming?

1136


What is function pointer c?

1192


Here is a neat trick for checking whether two strings are equal

1073


what is the height of tree if leaf node is at level 3. please explain

2200


Why c is called a mid level programming language?

1112


What is a shell structure examples?

1149


How many loops are there in c?

1165


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

2044