C programming tricky objective type operators questions and answers with explanation for written test and interview. (1)What will be output of the following program?
Category: C Language
#include<iostream.h> #include<conio.h> #include<graphics.h> #include<math.h>
/* Flood fill program */ #include<iostream.h> #include<conio.h> #include<graphics.h>
#include<iostream.h> #include<conio.h> #include<graphics.h> #include<process.h>
The following C Program is to Calculate Compound Interest.In this, p is principal amount, t is time, r is rate of interest and amt is total amount and ci is compound interest #include<stdio.h> #include<conio.h> #include<math.h> void main()
/*Program to accepts and compare two strings whether both are equal, or first string is greater than the second or the first string is less than the second string */ #include<stdio.h> #include<conio.h> void main()