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 is the difference between declaring a variable and defining a variable?

1 1589

Explain how do I determine whether a character is numeric, alphabetic, and so on?

1181

Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

1325

Explain how do you view the path?

1220

Explain what does it mean when a pointer is used in an if statement?

1105

Explain what is wrong with this program statement?

1157

Explain what is the difference between a string and an array?

1221

Explain how can I read and write comma-delimited text?

1227

Explain what are reserved words?

1158

Explain what is a program flowchart and explain how does it help in writing a program?

1142

Explain how do you print only part of a string?

1278

Explain how are 16- and 32-bit numbers stored?

1305

Explain what is the most efficient way to store flag values?

1270

Explain how do you convert strings to numbers in c?

1125

Explain what is a const pointer?

1123


Post New C Questions

Un-Answered Questions { C }

Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

2337


Which is best linux os?

1080


Compare interpreters and compilers.

1114


What is the use of pointers in C?

1133


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

1159


What is use of bit field?

1349


What is a macro, and explain how do you use it?

1123


Do you know the purpose of 'register' keyword?

1065


What is volatile, register definition in C

1149


Explain what standard functions are available to manipulate strings?

1125


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1808


What is the role of this pointer?

1126


What is pointer in c?

1247


What are Macros? What are its advantages and disadvantages?

1216


What is string constants?

1202