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 a c-language.what is do.

Answers were Sorted based on User's Feedback



what is a c-language.what is do...

Answer / vignesh1988i

C is a powerfull programming middle level language stands
third from the bottom level (machine level is the bottom
level) , C is widely used mainly to write a Operating
systems, application softwares like (text pad's ,
calculators, visual basics, spread sheets etc) ,and system
programming.... even after 40 years after it's development
still 'C' is a widely used programming language in IT
industry for all it's projects.........


thank u

Is This Answer Correct ?    25 Yes 3 No

what is a c-language.what is do...

Answer / honey

c language is a most powerfull language because its include
both feature (hardwere and softwere)which included both
progam are written in C language.

Is This Answer Correct ?    10 Yes 3 No

what is a c-language.what is do...

Answer / radha raman

A general purpose high level programming to build any kind of application.

1. Word Processors
a. Word Star
2. Electronic Spreadsheet
a. Lotus 123
3. Database Management Systems
a. dBase
b. FoxBase
c. FoxPro
d. Firebird
4. Operating System
a. Unix
b. Linux
c. DOS
5. Device Drivers
6. Scada Systems

Is This Answer Correct ?    0 Yes 0 No

what is a c-language.what is do...

Answer / useless

C is just like a sea. very wide and deep....

Is This Answer Correct ?    5 Yes 13 No

Post New Answer

More C Interview Questions

Explain main function in c?

0 Answers  


pgm to find middle element of linklist(in efficent manner)

4 Answers   Huawei,


write the program for maximum of the following numbers? 122,198,290,71,143,325,98

5 Answers  


consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value

4 Answers   TCS,


What do the functions atoi(), itoa() and gcvt() do?

0 Answers   Aspire, Infogain,


program to get the remainder and quotant of given two numbers with out using % and / operators?

10 Answers   College School Exams Tests, IBM,


How can I use a preprocessorif expression to ?

0 Answers  


why program counter is 16 bit?

3 Answers  


Why doesnt this code work?

0 Answers  


what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 Answers  


What is the function of volatile in c language?

0 Answers  


#include<stdio.h> #include<conio.h> struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

2 Answers   Facebook,


Categories