Search For 中国 埃及 签证政策 2025

How to use switch, break and continue statements in a program? Give example code.

MCQ Question: " How to use switch, break and continue statements in a program? Give example code. "

Define a function to print ith Fibonacci where term i is passed as argument to the function. Use this function to print first n Fibonacci terms.

MCQ Question: "Define a function to print ith Fibonacci where term i is passed as argument to the function. Use this function to print first n Fibonacci terms. "

Discuss the following string handling functions with the help of example code :

MCQ Question: "Discuss the following string handling functions with the help of example code : "

Write a program to copy a string from one character array to another without using any build-in string handling function.

MCQ Question: "Write a program to copy a string from one character array to another without using any build-in string handling function. "

How to use array of structures ? Explain with the help of an example code.

MCQ Question: "How to use array of structures ? Explain with the help of an example code. "

What are the different ways to pass parameters to a function ? Explain with the help of examples.

MCQ Question: " What are the different ways to pass parameters to a function ? Explain with the help of examples. "

What is a constant? Discuss different types of constants used in C language.

MCQ Question: "What is a constant? Discuss different types of constants used in C language. "

Discuss the structure of a C program with the help of an example program.

MCQ Question: "Discuss the structure of a C program with the help of an example program. "

How to create, open and close a file in a C program ? Discuss various functions used to write into a file.

MCQ Question: "How to create, open and close a file in a C program ? Discuss various functions used to write into a file. "

Differentiate between local and global variables.

MCQ Question: "Differentiate between local and global variables. "