what is c programming?

Answer Posted / renisha

c is powerful system language even which user are using to
compiler as source code. it used input and display the output.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the importance of c in your views?

599


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2233


How can you avoid including a header more than once?

568


What is %d used for?

592


What do you mean by a local block?

635






What is a structure member in c?

553


State two uses of pointers in C?

643


What is the use of volatile?

614


Can a function argument have default value?

676


What is the difference between typedef and #define?

552


What is the difference between procedural and declarative language?

657


What is the use of clrscr?

602


Sir i need notes for structure,functions,pointers in c language can you help me please

1953


What is the right way to use errno?

626


How do we print only part of a string in c?

593