What do you mean by c?
Answer / dhanshri chabukswar
c is a language used to write programs that tell the computer what to do - like calculations ,controlling devices or building operating systems.
c is a powerful,structured and portable programming language used to develop software and system applications ...
| Is This Answer Correct ? | 0 Yes | 0 No |
The statement, int(*x[]) () what does in indicate?
Write a program to print factorial of given number using recursion?
What are volatile variables in c?
Is register a keyword in c?
How many levels deep can include files be nested?
Linked lists -- can you tell me how to check whether a linked list is circular?
What is the difference between exit() and _exit()?
What is the use of typedef in c?
What is spaghetti programming?
What are local static variables? How can you use them?
Calculate 1*2*3*____*n using recursive function??
What is binary tree in c?