Skip to main content

Posts

Showing posts with the label C Programming

100 Top C Programming Multiple Choice Questions and Answers

Below are the list of top 100 C Programming multiple choice questions and answers for freshers beginners and experienced  C Programming Multiple Choice Questions and Answers 1.  Who is father of C Language? A.  Bjarne Stroustrup B.  Dennis Ritchie C.  James A. Gosling D.  Dr. E.F. Codd Answer : B 2.  C Language developed at _____? A.  AT & T's Bell Laboratories of USA in 1972 B.  AT & T's Bell Laboratories of USA in 1970 C.  Sun Microsystems in 1973 D.  Cambridge University in 1972 Answer : A 3.  For 16-bit compiler allowable range for integer constants is ______ ? A.  -3.4e38 to 3.4e38 B.  -32767 to 32768 C.  -32768 to 32767 D.  -32668 to 32667 Answer : C 4.  C programs are converted into machine language with the help of A.  An Editor B.  A compiler C.  An operating system D.  None of the above Answer : B 5.  A C variable cannot start with A.  An alphabet B. ...