Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Loan
Insurance
Ask a Question
What is the output of this C code?
Home
C Plus Plus
What is the output of this C code?
asked
Jun 13, 2019
in
C Plus Plus
by
Derya
What is the output of this C code?
#include <stdio.h>
int main()
{
int i = 23;
char c = -23;
if (i < c)
printf("Yes\n");
else
printf("No\n");
}
a.Depends on the standard
b.Depends on the compiler
c.Yes
d.No
#c-language
#c-programming
#c-compiler
Please
log in
or
register
to answer this question.
0
Answers
Related questions
+1
vote
Q: What is the output of this C code?
asked
Jun 13, 2019
in
C Plus Plus
by
Derya
#c-language
#c-programming
#c-compiler
+1
vote
Q: What is the output of this C code?
asked
Jun 13, 2019
in
C Plus Plus
by
Derya
#c-language
#c-programming
#c-compiler
+1
vote
Q: What is the output of this C code?
asked
Jun 13, 2019
in
C Plus Plus
by
Derya
#c-language
#c-programming
#c-compiler
+1
vote
Q: What is the output of this C code?
asked
Jun 13, 2019
in
C Plus Plus
by
Derya
#c-language
#c-programming
#c-compiler
+1
vote
Q: What is the output of this C code?
asked
Jun 13, 2019
in
C Plus Plus
by
Derya
#c-compiler
#c-language
#c-programming
+1
vote
Q: What is the output of this C code?
asked
Jun 13, 2019
in
C Plus Plus
by
Derya
#c-language
#c-programming
#c-compiler
+1
vote
Q: What is the output of this C code?
asked
Jun 13, 2019
in
C Plus Plus
by
Derya
#c-language
#c-programming
#c-compiler
+1
vote
Q: What is the output of the code given below
asked
Jun 13, 2019
in
C Plus Plus
by
Derya
#c-language
#c-programming
#c-compiler
+1
vote
Q: Which of the following is true for variable names in C?
asked
Jun 13, 2019
in
C Plus Plus
by
Derya
#c-language
#c-programming
#c-compiler
+1
vote
Q: All keywords in C are in
asked
Jun 13, 2019
in
C Plus Plus
by
Derya
#c-programming
#c-language
#c-compiler
+1
vote
Q: The code snippet below produces
asked
Jun 13, 2019
in
C Plus Plus
by
Derya
#c-language
#c-programming
#c-compiler
+1
vote
Q: Which of the following is not a valid variable name declaration?
asked
Jun 13, 2019
in
C Plus Plus
by
Derya
#c-language
#c-programming
#c-compiler
+1
vote
Q: Which of the following is a User-defined data type?
asked
Jun 13, 2019
in
C Plus Plus
by
Derya
#c-language
#c-programming
#c-compiler
+1
vote
Q: The format identifier ‘%i’ is also used for _____ data type?
asked
Jun 13, 2019
in
C Plus Plus
by
Derya
#c-language
#c-programming
#c-compiler
0
votes
Q: Explain Difference between C and C++.
asked
Nov 24, 2020
in
C Plus Plus
by
sharadyadav1986
#c-vs-cplusplus
#cplusplus-vs-c
#c-language
#c-plusplus
...