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 3869

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

2 15757

difference between function & structure

Verizon,

9 61269

what is the difference b/w compiler and debugger?

Assurgent,

2 8526

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 10830

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 6332

What is memmove?

Oracle,

1 6857

What is a class?

3 5645

What is an object?

5 7051

When is an interface "good"?

1 3720

What is encapsulation?

2 5617

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 3862

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

4 7309


Post New C Questions

Un-Answered Questions { C }

Explain threaded binary trees?

1162


How do you declare a variable that will hold string values?

1179


If you know then define #pragma?

1109


Write a factorial program using C.

1085


Is c procedural or object oriented?

1018


What standard functions are available to manipulate strings?

1156


What are preprocessor directives in c?

1102


What is use of null pointer in c?

1017


Is there sort function in c?

1021


Define recursion in c.

1287


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

1272


Explain enumerated types in c language?

1052


How to draw the flowchart for structure programs?

9345


What is static and auto variables in c?

1091


Can you subtract pointers from each other? Why would you?

963