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 3943

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

2 15868

difference between function & structure

Verizon,

9 61558

what is the difference b/w compiler and debugger?

Assurgent,

2 8618

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 11013

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,

2196

different between overloading and overriding

3 6469

What is memmove?

Oracle,

1 6939

What is a class?

3 5784

What is an object?

5 7245

When is an interface "good"?

1 3802

What is encapsulation?

2 5743

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

1 4642

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

1 3973

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

4 7479


Post New C Questions

Un-Answered Questions { C }

Why doesnt that code work?

1280


What is difference between arrays and pointers?

1156


What is the difference between formatted&unformatted i/o functions?

1113


What is a file descriptor in c?

1201


Explain what is wrong with this program statement? Void = 10;

1315


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

1048


Is fortran still used today?

1156


What is putchar() function?

1224


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5706


What is variable in c example?

1133


How does normalization of huge pointer works?

1232


Is a house a shell structure?

1218


Explain b+ tree?

1130


Is main is user defined function?

1220


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

1287