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 are two categories of clint-server application development ?

1 3868

WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****

2 15757

difference between function & structure

Verizon,

9 61253

what is the difference b/w compiler and debugger?

Assurgent,

2 8518

Write an implementation of “float stringToFloat(char *str).” The code should be simple, and not require more than the basic operators (if, for, math operators, etc.). • Assumptions • Don’t worry about overflow or underflow • Stop at the 1st invalid character and return the number you have converted till then, if the 1st character is invalid return 0 • Don’t worry about exponential (e.g. 1e10), instead you should treat ‘e’ as an invalid character • Write it like real code, e.g. do error checking • Go though the string only once • Examples • “1.23” should return 1.23 • “1a” should return 1 • “a”should return 0

Qualcomm,

6 10812

a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

TCS,

2157

different between overloading and overriding

3 6327

What is memmove?

Oracle,

1 6855

What is a class?

3 5639

What is an object?

5 7032

When is an interface "good"?

1 3719

What is encapsulation?

2 5614

How does C++ help with the tradeoff of safety vs. usability?

1 4553

How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?

1 3854

code snippet for creating a pyramids triangle ex 1 2 2 3 3 3

4 7307


Post New C Questions

Un-Answered Questions { C }

What is c method?

997


What is void main ()?

1075


how can I convert a string to a number?

1084


what is the difference between class and unio?

2365


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1831


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

4277


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

2096


How macro execution is faster than function ?

1194


Why & is used in c?

1192


Why c is a mother language?

1039


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

1294


What are the preprocessor categories?

1064


write a progrmm in c language take user interface generate table using for loop?

2050


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1720


What is the most efficient way to store flag values?

1192