{ printf("Sanfoundry.com"); return0; } voidmain() { print(); } a) Error because function name cannot be preceded by const b) Sanfoundry.com c) Sanfoundry.com is printed infinite times d) Blank screen, no output View Answer 40. Will the following C code compile without any error? #...
This set of C Multiple Choice Questions & Answers (MCQs) focuses on “While Loops – 2”. Pre-requisite for this C MCQ set:Advanced C Programming Video Tutorial. 1. What will be the output of the following C code? #include <stdio.h> ...
This set of C Multiple Choice Questions & Answers (MCQs) focuses on “Standard Input & Output – 2”.Pre-requisite for this C MCQ set: Advanced C Programming Video Tutorial.1. Which is not true about function tolower? a) The function tolower is defined in <ctype.h> b) Converts an ...
Pointers Vs. Multi-dimensional Arrays – 2 Sanfoundry Global Education & Learning Series – C Programming Language. To practice all areas of C language,here is complete set of 1000+ Multiple Choice Questions and Answers.
Move disk 1 from peg B to peg A Move disk 2 from peg B to peg C Move disk 1 from peg A to peg C To practice programs on every topic in C, please visit“Programming Examples in C”,“Data Structures in C”and“Algorithms in C”....
Sanfoundry Global Education & Learning Series – 1000 C Programs. advertisement Here’s the list of Best Books in C Programming, Data Structures and Algorithms. «Prev - C Program to Perform Binary Search Tree Operations »Next - Graph Representation using Incidence Matrix in C...
Sanfoundry Global Education & Learning Series – C Programming Language. To practice all areas of C language, here is complete set of 1000+ Multiple Choice Questions and Answers. « Prev - C Programming MCQ – Switch Statement » Next - C Programming Questions and Answers – For Loops – ...
C Programming MCQ – Functions This set of C Multiple Choice Questions & Answers (MCQs) focuses on “Functions”.Pre-requisite for this C MCQ set: Advanced C Programming Video Tutorial.1. What will be the output of the following C code?
This set of C Multiple Choice Questions & Answers (MCQs) focuses on “Table Lookup – 1”.Pre-requisite for this C MCQ set: Advanced C Programming Video Tutorial.1. What will be the output of the following C code?#include <stdio.h> struct student { char a[5]; }; void main() { ...
int main() { char *var = "Advanced Training in C by Sanfoundry.com"; }a) %f b) %d c) %c d) %s View AnswerSanfoundry Global Education & Learning Series – C Programming Language.To practice all areas of C language, here is complete set of 1000+ Multiple Choice Questions and Answers...