Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
The code snippet below produces
Home
C Plus Plus
The code snippet below produces
asked
Jun 13, 2019
in
C Plus Plus
by
Derya
The code snippet below produces
#include <stdio.h>
void main()
{
1 < 2 ? return 1 : return 2;
}
a.returns 2
b.Varies
c.returns 1
d.Compile time error
#c-language
#c-programming
#c-compiler
Please
log in
or
register
to answer this question.
0
Answers
...