Menu

Question Discussion & Solution

MCQ
Q.

Determine the output of following C code segment:

int add (int a, int b=12)
{
return a + b;
}
main()

int c;
c = add (10, 20);
printf("c = %d", c);
}

forum Community Discussion

speaker_notes_off

No discussions yet. Be the first to start!

You must be logged in to participate in the discussion.

login Login to Discuss

auto_awesome Similar Questions

MCQ
1.
________ is an output device producing continuous lines of different colors.
forum Discussion
MCQ
2.

The following question consists of a related pair of words, followed by four pairs of words. Choose the pair that best represents a similar relationship to the one expressed in the original pair of words.

Pen : Ink
forum Discussion
MCQ
3.

Who is the President of West Zone Culture Center, Udaipur?

forum Discussion
MCQ
4.

As of June 2020, Master Bhanwarlal Meghwal is the Cabinet Minister of _____ in Rajasthan.

forum Discussion
MCQ
5.
Ampere-hour is an unit of
forum Discussion

category More C++ Topics

article

Mixed

format_list_bulleted 26 MCQs
article

The Fundamentals (Basic Syntax & Logic)

format_list_bulleted 0 MCQs
article

Functions, Arrays, and Strings

format_list_bulleted 0 MCQs
article

OOPs Concepts

format_list_bulleted 0 MCQs