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

Why doesn't C support function overloading?

2 2634

Why n++ execute faster than n+1 ?

2 2865

What are the advantages of Macro over function?

1 1939

What is the difference between struct and union in C?

1 1256

What is call by reference in functions?

1 1342

What is pass by reference in functions?

787

What is a memory leak? How to avoid it?

1 1267

What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1 1341

What is typedef?

1 1346

Why is it usually a bad idea to use gets()? Suggest a workaround.

1 1710

What are dangling pointers? How are dangling pointers different from memory leaks?

1 1241

What is the difference between ā€˜g’ and ā€œgā€ in C?

1 3931

Add Two Numbers Without Using the Addition Operator

778

Subtract Two Number Without Using Subtraction Operator

795

Multiply an Integer Number by 2 Without Using Multiplication Operator

728


Post New C Questions

Un-Answered Questions { C }

What is use of null pointer in c?

966


How do you declare a variable that will hold string values?

1118


any "C" function by default returns an a) int value b) float value c) char value d) a & b

1050


What are the three constants used in c?

941


How can you increase the size of a dynamically allocated array?

1145


Which node is more powerful and can handle local information processing or graphics processing?

1270


Is sizeof a keyword in c?

923


Find MAXIMUM of three distinct integers using a single C statement

1016


What is scope rule of function in c?

1038


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

1011


What is strcpy() function?

1094


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

2083


What is void c?

1025


Explain 'bit masking'?

1037


Write a code to determine the total number of stops an elevator would take to serve N number of people.

1205