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.
A pulse crop is grown between two cereal crops to compensate for the
forum Discussion
MCQ
2.
Cryptography is the specialized area of ________.
forum Discussion
MCQ
3.

Based on the following statements, which of the conclusion/s will follow/s ?

Statement I : All apples are mangoes.

Statement II : All mangoes are bananas.

Conclusion 1 : All apples are bananas.

Conclusion 2 : Some bananas are mangoes.

forum Discussion
MCQ
4.
What is the IUPAC name of compound CH3CH2CHO ?
forum Discussion
MCQ
5.

Fill the blank in the middle of the series or end of the series:

OLT, NNS, MPR, LRQ, _______
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