what is a c-language.what is do.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of C instructions?

665


What is pointer to pointer in c language?

585


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1189


Is r written in c?

718


What are global variables and how do you declare them?

610






Simplify the program segment if X = B then C ← true else C ← false

2575


How are Structure passing and returning implemented by the complier?

705


Is there sort function in c?

570


If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.

1783


What is difference between function overloading and operator overloading?

651


What is the size of empty structure in c?

581


What is type qualifiers?

651


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1507


Explain the use of #pragma exit?

690


What is the difference between array and pointer in c?

569