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...


what is the mean of c languages.



what is the mean of c languages. ..

Answer / s

c is nothing but a language consisting of small set of a
programming module like function , data type design to
perform a dedicated task.

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More C Interview Questions

What are types of preprocessor in c?

0 Answers  


What are integer variable, floating-point variable and character variable?

0 Answers  


difference between ordinary variable and pointer in C?

2 Answers  


what is the difference between getch() and getchar()?

10 Answers   Huawei, Infosys,


Explain c preprocessor?

0 Answers  


Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?

6 Answers  


What is the use of #include in c?

0 Answers  


write a programe returns the number of times the character appears in the string

2 Answers  


How can I call a function, given its name as a string?

4 Answers   ABC Telecom,


What is string length in c?

0 Answers  


C program to find all possible outcomes of a dice?

0 Answers  


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

0 Answers  


Categories