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 2858

Why n++ execute faster than n+1 ?

2 3141

What are the advantages of Macro over function?

1 2090

What is the difference between struct and union in C?

1 1382

What is call by reference in functions?

1 1532

What is pass by reference in functions?

904

What is a memory leak? How to avoid it?

1 1420

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

1 1476

What is typedef?

1 1500

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

1 1864

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

1 1384

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

1 4085

Add Two Numbers Without Using the Addition Operator

872

Subtract Two Number Without Using Subtraction Operator

902

Multiply an Integer Number by 2 Without Using Multiplication Operator

817


Post New C Questions

Un-Answered Questions { C }

What is wrong with this program statement?

1080


What is extern variable in c with example?

1053


When can you use a pointer with a function?

1147


Explain what is a const pointer?

1120


Explain how do you print only part of a string?

1276


How can I read data from data files with particular formats?

1090


how many key words availabel in c a) 28 b) 31 c) 32

1129


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

1278


What is the most efficient way to count the number of bits which are set in an integer?

1116


How would you use the functions fseek(), freed(), fwrite() and ftell()?

1202


what are # pragma staments?

2077


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

1199


What is %s and %d in c?

1103


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

2081


why return type of main is not necessary in linux

2149