what is c programing

Answer Posted / srujan kumar reddy

C programming is one of thousands of computer programming languages that allow users to create instructions for a computer to follow. While C has a slightly more cryptic style than some other programming languages, it's fairly easy to learn and allows you to read and write code for many different platforms. Because it's so efficient and gives the user a lot of control.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the role of this pointer?

545


How can I do peek and poke in c?

611


write a program in c language to print your bio-data on the screen by using functions.

6239


Why is c faster?

588


What does d mean?

575






Why c language is called c?

567


write a c program in such a way that if we enter the today date the output should be next day's date.

1677


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1345


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1251


What is the benefit of using const for declaring constants?

581


develop algorithms to add polynomials (i) in one variable

1731


How can a string be converted to a number?

510


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

904


Explain how can you be sure that a program follows the ansi c standard?

854


What is structure packing in c?

602