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

Answers were Sorted based on User's Feedback



what is c..

Answer / kasthur

it is one of the procedure oriented programming language

Is This Answer Correct ?    25 Yes 2 No

what is c..

Answer / daya shankar

The C and C++ programming languages are powerful mid-level
programming languages that were created as systems
programming languages. This means that the language allows
access to operating system functions. In addition the
language has the capability for easy access to hardware.

Is This Answer Correct ?    2 Yes 3 No

what is c..

Answer / sunil s patil

C is one of the most widely used programming language of
all time and there are very few computer architectures for
which C compiler does not exit.

Is This Answer Correct ?    1 Yes 2 No

what is c..

Answer / sathiya

it is object oriented programming language

Is This Answer Correct ?    4 Yes 19 No

Post New Answer

More C Interview Questions

GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

0 Answers  


how to write hello word without using semicolon at the end?

6 Answers   Accenture,


What is the use of #include in c?

0 Answers  


What is memcpy() function?

0 Answers  


what is op? for(c=0;c=1000;c++) printf("%c",c);

21 Answers   Trigent,


WHAT IS ABSTRACT DATA TYPE

4 Answers   Wipro,


what is the hexidecimal number of 4100?

16 Answers   Google,


What is local and global variable in c?

0 Answers  


Can stdout be forced to print somewhere other than the screen?

0 Answers  


how we do lcm of two no using c simple if while or for statement

1 Answers  


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

0 Answers   Wilco,


what are two kinds of java

2 Answers  


Categories