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 function pointer c?

685


write a program to print data of 5 five students with structures?

1706


What is the basic structure of c?

659


Explain the red-black trees?

701


What does 4d mean in c?

1093






What is c language & why it is used?

674


What is the use of function overloading in C?

783


Tell us the use of fflush() function in c language?

734


When is a null pointer used?

734


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

1835


What is wrong with this initialization?

678


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

714


What's the right way to use errno?

732


How do you print only part of a string?

697


What is typedef struct in c?

694