what is the use of c program?

Answer Posted /

C language is also a portable application language

Is This Answer Correct ?    5 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the ANSI C Standard?

775


Write a program to print factorial of given number using recursion?

600


Why does everyone say not to use gets?

603


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

717


What is use of #include in c?

590






What is the difference between Printf(..) and sprint(...) ?

780


Tell us something about keyword 'auto'.

659


how to create duplicate link list using C???

2071


What is meant by high-order and low-order bytes?

650


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

637


What's the total generic pointer type?

610


What is #define used for in c?

609


Explain built-in function?

587


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1374


Why we use void main in c?

590