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 3797

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

2 15670

difference between function & structure

Verizon,

9 60991

what is the difference b/w compiler and debugger?

Assurgent,

2 8402

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 10646

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,

2108

different between overloading and overriding

3 6192

What is memmove?

Oracle,

1 6783

What is a class?

3 5521

What is an object?

5 6847

When is an interface "good"?

1 3650

What is encapsulation?

2 5499

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

1 4476

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

1 3781

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

4 7134


Post New C Questions

Un-Answered Questions { C }

What is quick sort in c?

1039


Can you apply link and association interchangeably?

1083


what is a function method?give example?

2331


What is difference between structure and union in c?

938


How can I do graphics in c?

995


Explain how can you be sure that a program follows the ansi c standard?

1420


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2600


Explain goto?

1105


Which built-in library function can be used to match a patter from the string?

1257


Where local variables are stored in c?

970


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2706


Is this program statement valid? INT = 10.50;

1097


How can I write functions that take a variable number of arguments?

1093


What is sorting in c plus plus?

945


What is action and transformation in spark?

1098