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 61259

what is the difference b/w compiler and debugger?

Assurgent,

2 8522

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 10819

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 6328

What is memmove?

Oracle,

1 6856

What is a class?

3 5643

What is an object?

5 7039

When is an interface "good"?

1 3719

What is encapsulation?

2 5615

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 3859

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

4 7308


Post New C Questions

Un-Answered Questions { C }

Add Two Numbers Without Using the Addition Operator

828


What is 2c dna?

1081


Which header file is essential for using strcmp function?

1483


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

1271


How can I copy just a portion of a string?

1318


What is a char c?

1043


‎How to define structures? · ‎

1089


Explain union. What are its advantages?

1081


What is extern storage class in c?

999


Function calling procedures? and their differences? Why should one go for Call by Reference?

1085


What is actual argument?

1064


How can I read/write structures from/to data files?

976


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

3093


Where define directive used?

1097


What is meant by initialization and how we initialize a variable?

1051