what is the main use of c where it can use the c
Answer Posted / umed sharma
The main use of C-language we can't describe because C is a such of powerful language that can make operating system of any type and also other type of software with great utilities and tools. By using a good logic we can create good software for any problem using C.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
praagnovation
What is variable in c example?
When is a void pointer used?
Is it valid to address one element beyond the end of an array?
How to write c functions that modify head pointer of a linked list?
Why & is used in c?
What is use of integral promotions in c?
What is array in c with example?
What is typedf?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Write a code on reverse string and its complexity.
Write programs for String Reversal & Palindrome check
What is difference between main and void main?
How do you print only part of a string?
What is formal argument?