what is the use of c program?
Answer Posted / abhi tiger
to build software applications and also provide services.
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
What is the hardest programming language?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
How can I sort a linked list?
Describe explain how arrays can be passed to a user defined function
How a string is stored in c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
How do you define a function?
Is calloc better than malloc?
What are the uses of a pointer?
What is a program flowchart and how does it help in writing a program?
Can a variable be both static and volatile in c?
Explain the bubble sort algorithm.
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
Describe the difference between = and == symbols in c programming?