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 3865

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

2 15757

difference between function & structure

Verizon,

9 61250

what is the difference b/w compiler and debugger?

Assurgent,

2 8517

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 10810

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 6326

What is memmove?

Oracle,

1 6850

What is a class?

3 5636

What is an object?

5 7019

When is an interface "good"?

1 3719

What is encapsulation?

2 5611

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

1 4552

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

1 3844

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

4 7305


Post New C Questions

Un-Answered Questions { C }

How can I open files mentioned on the command line, and parse option flags?

1070


What is the difference between scanf and fscanf?

1267


What are the 5 organizational structures?

1027


Place the #include statement must be written in the program?

1040


what is the height of tree if leaf node is at level 3. please explain

2153


What are the 5 data types?

1131


Is return a keyword in c?

1086


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1945


What is null pointer constant?

1164


How can I list all of the predefined identifiers?

985


Explain what are reserved words?

1105


explain what is a newline escape sequence?

1090


Explain what is dynamic data structure?

1169


Why is c platform dependent?

1090


Why is it that not all header files are declared in every C program?

1223