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

What is integer constants?

1131

What is the use of bitwise operator?

1173

What is the difference between c &c++?

1208

What is meant by type casting?

1106

What are the types of data files?

1252

What is data types?

1138

What is the purpose of main() function?

1303

What are the types of macro formats?

1163

What is a loop?

1112

What is an expression?

1108

What are the features of c languages?

1140

How can variables be characterized?

2238

What are the disadvantages of c language?

1256

What is the purpose of type declarations?

1170

What are the uses of a pointer?

1196


Post New C Questions

Un-Answered Questions { C }

Why does not c have an exponentiation operator?

1115


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

1331


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

1206


Explain null pointer.

1193


Explain how can a program be made to print the name of a source file where an error occurs?

1247


Can include files be nested?

1157


the question is that what you have been doing all these periods (one year gap)

2140


What is zero based addressing?

1238


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2856


What is the default value of local and global variables in c?

1099


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

1073


What is a char in c?

1039


What are the disadvantages of c language?

1256


What is return in c programming?

1021


Why should I use standard library functions instead of writing my own?

1313