FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

C Language Multiple Choice Questions and Answers

1. The C language ______ case sensitive.
is
 
2. The acronym ANSI stands for
American National Standards Institute
 
3. The C language _______ recursion.
support
 
 
4. Pointers are used to pass arguments to a function by _______
reference
 
5. A pointer that does not hold an invalid address is known as a _______
dangling pointer
 
6. String ______ a primitive data type in C.
is not