C Programming Questions and Answers – Data Types and Sizes – 2

This set of C Multiple Choice Questions & Answers (MCQs) focuses on “Data Types and Sizes – 2”. Pre-requisite for C Data Types MCQ set: Video Tutorial on C Data Types. 1. What will be the output of the following C code? #include <stdio.h> int main() { float f1 = 0.1; if (f1 == 0.1) … Read more

advertisement

C Programming Questions and Answers – Data Types and Sizes – 1

This set of C Multiple Choice Questions & Answers (MCQs) focuses on “Data Types and Sizes – 1”. Pre-requisite for C Data Types MCQ set: Video Tutorial on C Data Types. 1. What will be the output of the following C code? #include <stdio.h> int main() { int a[5] = {1, 2, 3, 4, 5}; … Read more

advertisement

C Programming Questions and Answers – Variable Names – 2

This set of C Multiple Choice Questions & Answers (MCQs) focuses on “Variable Names – 2”. Pre-requisite for this C MCQ set: Advanced C Programming Video Tutorial. 1. Which is valid C expression? a) int my_num = 100,000; b) int my_num = 100000; c) int my num = 1000; d) int $my_num = 10000; 2. … Read more

advertisement

C Programming Questions and Answers – Variable Names – 1

This set of C Multiple Choice Questions & Answers (MCQs) focuses on “Variable Names – 1”. Pre-requisite for this C MCQ set: Advanced C Programming Video Tutorial. 1. C99 standard guarantees uniqueness of __________ characters for internal names. a) 31 b) 63 c) 12 d) 14 2. C99 standard guarantees uniqueness of ___________ characters for … Read more

advertisement
Subscribe to our Newsletters (Subject-wise). Participate in the Sanfoundry Certification contest to get free Certificate of Merit. Join our social networks below and stay updated with latest contests, videos, internships and jobs!

Youtube | Telegram | LinkedIn | Instagram | Facebook | Twitter | Pinterest
Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.