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 c++ used for today?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

why 'c' is called middle level language.

2 Answers  


What is the right type to use for boolean values in c? Is there a standard type?

0 Answers  


what are the difference between ANSI C and Let Us c and Turbo C

4 Answers   LG Soft,


What is wrong with this code such that it doesnt produce the input reversed? #include <stdio.h> #include <stdlib.h> #include <string.h> int main(void) { char Space = ' '; char LineOfText; float count; LineOfText = getchar(); while ((LineOfText = getchar()) != '/n'); { count = strlen(LineOfText) - 1; while (count >= 0) { putchar(LineOfText[count]); count--; } } getchar(); return 0; }

2 Answers  


Simplify the program segment if X = B then C &#8592; true else C &#8592; false

0 Answers  


Describe the header file and its usage in c programming?

0 Answers  


What is the difference between text and binary modes?

0 Answers  


What is the role of this pointer?

0 Answers  


Where static variables are stored in c?

0 Answers  


How arrays can be passed to a user defined function

0 Answers  


What do you mean by keywords in c?

0 Answers  


how to compare two strings without using strcmp() function??

1 Answers  


Categories