Answer Posted / prashanth patha
C is a general purpose computer programming language which
can be used write programs for performing various types of
tasks on computer.
| Is This Answer Correct ? | 37 Yes | 3 No |
Post New Answer View All Answers
What does *p++ do? What does it point to?
Array is an lvalue or not?
In which header file is the null macro defined?
Can i use “int” data type to store the value 32768? Why?
How can I change their mode to binary?
What is union and structure?
How do you declare a variable that will hold string values?
Give differences between - new and malloc() , delete and free() ?
Is there a built-in function in C that can be used for sorting data?
Why can’t constant values be used to define an array’s initial size?
Here is a neat trick for checking whether two strings are equal
What are qualifiers?
What are the complete rules for header file searching?
Define Array of pointers.
How is a null pointer different from a dangling pointer?