int main()
{
int a=2,b=7,c=10;
c=a==b;
printf("%d", c)
return 0;
}
Explanation For Technical Interview Questions
016. Technical interview question: Give the output of the following code
Trending on kodegod.com
Archives
Popular Tags
C Interview Programs
corona
covid19
C Programming Interview
C Programming Interview Questions
C Tricky Questions
homelockdown
how to learn programming
Interview Questions Programming
kodegod
Learn Programming
Learn programming easily
Learn to code
prashant chaudhari
Programming Interview Questions
programming language
selfhelp
Technical Interview Questions
Trending Posts
- 101 Programs to build your Programming Logic [using C Programming] September 20, 2012
- 021. Write a program to accept three numbers from user and print them in ascending and descending order in C language September 18, 2012
- 011. Write a program to accept roll no and marks of 3 subjects of a student, Calculate total of 3 subjects and average in C language September 18, 2012
- 024. Write a Program to accept user’s marital status, gender and age to check if he/she is eligible for marriage or not. September 18, 2012
- 028. Write a Program to print first n odd numbers in C language September 18, 2012
Tags
C Interview Programs
corona
covid19
C Programming Interview
C Programming Interview Questions
C Tricky Questions
homelockdown
how to learn programming
Interview Questions Programming
kodegod
Learn Programming
Learn programming easily
Learn to code
prashant chaudhari
Programming Interview Questions
programming language
selfhelp
Technical Interview Questions
Recommended For You
Explanation For Technical Interview Questions
060. Technical interview question: Sum of two integers without using + operator
Prashant ChaudhariNovember 21, 2018
Explanation For Technical Interview Questions
059. Technical interview question: Give the output of following code
Prashant ChaudhariNovember 21, 2018
Explanation For Technical Interview Questions
058. Technical interview question: Give the output of following code
Prashant ChaudhariNovember 21, 2018