WHAT IS C?
Answers were Sorted based on User's Feedback
Answer / siddhartha mukherjee
C is the third letter of english alphabet
Is This Answer Correct ? | 4 Yes | 4 No |
Answer / k.rangaswamy
This is the one of the language which is used to interact
with the hardware in the efficiency manner.This is actually
a procedure oriented language and also we can call it as
High level language.
Is This Answer Correct ? | 0 Yes | 0 No |
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
How can I return multiple values from a function?
Why c is known as a mother language?
When is a “switch” statement preferable over an “if” statement?
Explain void pointer?
what are advantages of U D F?
What is external variable in c?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
Implement bit Array in C.
Write a simple program to find the size of different basic data types in C.
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
How do I create a directory? How do I remove a directory (and its contents)?