FeedBack Form

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

C Programming Multiple Choice Questions and Answers

49. The acronym ASCII stands for _______
American Standard Code for Information Interchange
 
50. The octal number 012 is equivalent to decimal number
10
 
51. The void data type is also used to specify a _______ pointer.
generic
 
 
52. A structure and a union use a _____ syntax.
similar
 
53. The function ________ provide a way to access the records in a file in random order.
fseek()
 
54. The _______ function can be used to adjust the size of dynamically allocated array.
realloc()