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

Explain what are linked list?

994

Explain how can you check to see whether a symbol is defined?

1095

Explain what is the stack?

1046

Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1056

Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

1166

Explain what standard functions are available to manipulate strings?

1028

Explain how are portions of a program disabled in demo versions?

1078

Explain what is a 'locale'?

1022

Explain what is the difference between far and near ?

1055

Explain how can I convert a number to a string?

1108

Explain what is operator promotion?

1030

Explain how do you generate random numbers in c?

1050

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

1138

Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

984

Explain what is the benefit of using enum to declare a constant?

1026


Post New C Questions

Un-Answered Questions { C }

What is the difference between far and near ?

1161


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

1120


What is meant by inheritance?

1053


Give the rules for variable declaration?

1120


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

3097


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

2475


What is the translation phases used in c language?

1067


What are the ways to a null pointer can use in c programming language?

1082


What is the use of sizeof?

973


What are the advantage of c language?

1006


How can you return multiple values from a function?

1058


Explain the difference between ++u and u++?

1076


how many errors in c explain deply

2042


What's the right way to use errno?

1094


What is the difference between printf and scanf in c?

1292