1. What will be the output of following program? filter_none edit close play_arrow link brightness_4 code #include <stdio.h> int main() { int a = 5,… Read More
Category Archives: Program Output
1. What will be the output of the below program? filter_none edit close play_arrow link brightness_4 code #include <stdio.h> int main() { printf("%d", printf("%d", printf("%d",… Read More
Here are some C programs which is related to the control structures With the detailed explanation, guess the output of the following programs:- 1.what will… Read More
Perquisite : Operators in C 1. What will be the output of the following program? filter_none edit close play_arrow link brightness_4 code #include <stdio.h> int… Read More
1. What is the output of following program? filter_none edit close play_arrow link brightness_4 code #include <stdio.h> #define square(x) (x * x) int main()… Read More
QUE.1 What is the output of this program ? filter_none edit close play_arrow link brightness_4 code public class Prg { public static void main(String args[])… Read More
Output In C++ Q.1 What is the output of below program? filter_none edit close play_arrow link brightness_4 code #include <iostream> using namespace std; int main()… Read More
Question 1. What is the output of the following question? filter_none edit close play_arrow link brightness_4 code class Test1 { public static void main(String[] args)… Read More
Decision and Loops & Control Statements QUE.1 What is the output of this program ? filter_none edit close play_arrow link brightness_4 code #include <iostream> using… Read More
Question 1. What is the output of the following question? filter_none edit close play_arrow link brightness_4 code class Test { int a = 10; static… Read More
Prerequisite : Pointers and References Q.1 What Is The Output Of this program? filter_none edit close play_arrow link brightness_4 code #include <iostream> using namespace std;… Read More
Decision and Loops & Control Statements QUE.1 What is the output of this program ? filter_none edit close play_arrow link brightness_4 code #include <stdio.h> #include… Read More
Prerequisite: Structures and Union QUE.1 What will be the output of this code? filter_none edit close play_arrow link brightness_4 code #include <iostream> using namespace std;… Read More
QUE.1 What would be output following C program? filter_none edit close play_arrow link brightness_4 code #include <stdio.h> int main() { char* str = "IncludeHelp"; printf("%c\n",… Read More
1. What will be the output of following program? filter_none edit close play_arrow link brightness_4 code #include<stdio.h> void main() { int i = 10; static… Read More